add gitattributes with git-crypt
This commit is contained in:
parent
ef38f3b940
commit
53fa7b58d2
5 changed files with 97 additions and 10 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -7,7 +7,7 @@
|
|||
**/.terraform/*
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
#*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
# Crash log files
|
||||
|
|
@ -18,7 +18,7 @@ crash.log
|
|||
# version control.
|
||||
#
|
||||
# example.tfvars
|
||||
*.tfvars
|
||||
#*.tfvars
|
||||
|
||||
# Ignore override files as they are usually used to override resources locally and so
|
||||
# are not checked in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue