Initial Oracle Deep Data Security lab kit
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# Terraform
|
||||
**/.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
crash.log
|
||||
crash.*.log
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
*.tfvars
|
||||
!*.tfvars.example
|
||||
|
||||
# Secrets and local configuration
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
*.key
|
||||
wallet/
|
||||
wallets/
|
||||
credentials/
|
||||
secrets/
|
||||
|
||||
# OS / editors
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Evidence generated during demos
|
||||
evidence-output/
|
||||
logs/
|
||||
tmp/
|
||||
.tools/
|
||||
Reference in New Issue
Block a user