45 lines
938 B
Text
45 lines
938 B
Text
# Compiled files
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfstate.lock.info
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# Directories
|
|
.terraform/
|
|
.vagrant/
|
|
|
|
# SSH Keys
|
|
*.pem
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Ignored Terraform files
|
|
*gitignore*.tf
|
|
|
|
# Ignore Mac .DS_Store files
|
|
.DS_Store
|
|
|
|
# Ignored vscode files
|
|
.vscode/
|
|
|
|
# Ignore Any Generated JSON Files
|
|
operations/automation-script/apply.json
|
|
operations/automation-script/configversion.json
|
|
operations/automation-script/run.template.json
|
|
operations/automation-script/run.json
|
|
operations/automation-script/variable.template.json
|
|
operations/automation-script/variable.json
|
|
operations/automation-script/workspace.template.json
|
|
operations/automation-script/workspace.json
|
|
operations/sentinel-policies-scripts/create-policy.template.json
|
|
operations/sentinel-policies-scripts/create-policy.json
|
|
operations/variable-scripts/variable.template.json
|
|
operations/variable-scripts/variable.json
|
|
|
|
# Sentinel runtime directory
|
|
.sentinel
|
|
dos
|
|
hosts.ini
|