Initialize ops repository
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Terraform
|
||||
**/.terraform/
|
||||
**/*.tfstate
|
||||
**/*.tfstate.*
|
||||
**/crash.log
|
||||
**/crash.*.log
|
||||
|
||||
# Common secret material (keep out of Git)
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
*.jks
|
||||
*.kubeconfig
|
||||
*.ovpn
|
||||
*.mobileconfig
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
!.tfvars.example
|
||||
!.tfvars.json.example
|
||||
|
||||
# Decrypted scratch areas
|
||||
vault/tmp/
|
||||
Reference in New Issue
Block a user