CI-CD dejo node
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Local .terraform directories
|
||||
### Terraform ###
|
||||
**/.terraform/*
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
crash.log
|
||||
*.tfvars
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
*.lock
|
||||
*.lock.*
|
||||
*.DS_Store
|
||||
*.txt*
|
||||
*/**/builds
|
||||
*/**/sealedsecrets_result
|
||||
*.zip
|
||||
Reference in New Issue
Block a user