3e4e817aa4
* use ExternalPayloads folder for prereqs * git ignore ExternalPayloads folder * move External folder up one directory
64 lines
948 B
Plaintext
64 lines
948 B
Plaintext
.idea
|
|
.DS_Store
|
|
.vscode
|
|
.atom
|
|
|
|
atomic-red-team/enterprise-attack.json
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# vs logs
|
|
*.tlog
|
|
*.log
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
|
|
docs/.sass-cache/
|
|
docs/_site/
|
|
**/Invoke-AtomicTest-ExecutionLog.csv
|
|
techniques_hash.db
|
|
|
|
# Credential files
|
|
*.creds
|
|
|
|
# Local .terraform directories
|
|
**/.terraform/*
|
|
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
**/*.terraform.lock.hcl
|
|
|
|
# Crash log files
|
|
crash.log
|
|
crash.*.log
|
|
|
|
# Ignore override files as they are usually used to override resources locally and so
|
|
# are not checked in
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Include override files you do wish to add to version control using negated pattern
|
|
# !example_override.tf
|
|
|
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
|
# example: *tfplan*
|
|
|
|
# Ignore CLI configuration files
|
|
.terraformrc
|
|
terraform.rc
|
|
|
|
*.pyc
|
|
|
|
# The ExternalPayloads folder
|
|
ExternalPayloads
|