Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
26
templates/terraform.gitignore
Normal file
26
templates/terraform.gitignore
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Terraform
|
||||||
|
*.tfstate
|
||||||
|
*.tfstate.*
|
||||||
|
*.tfvars
|
||||||
|
*.tfvars.json
|
||||||
|
crash.log
|
||||||
|
crash.*.log
|
||||||
|
*.secret
|
||||||
|
*.secret.*
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Local .terraform
|
||||||
|
.terraform/
|
||||||
Reference in New Issue
Block a user