mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Merge pull request #2799 from alastairtree/patch-1
Minor imporvements to terraform ignore file
This commit is contained in:
commit
7598e1b4fb
1 changed files with 6 additions and 1 deletions
|
@ -14,8 +14,13 @@ crash.log
|
|||
#
|
||||
# example.tfvars
|
||||
|
||||
# Ignore override files as they are usually used to override ressources locally
|
||||
# Ignore override files as they are usually used to override resources locally and so
|
||||
# are not checked in
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
|
||||
# Include override files you do wish to add to version control using negated pattern
|
||||
#
|
||||
# !example_override.tf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue