Udpate gitignore to keep documentation
This commit is contained in:
parent
7567643a39
commit
da28f2e7be
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# Source: https://github.com/github/gitignore/blob/main/Terraform.gitignore
|
||||
# Local .terraform directories
|
||||
**/.terraform/*
|
||||
**/Docs/*
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
|
@ -11,8 +12,8 @@ crash.log
|
|||
crash.*.log
|
||||
|
||||
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
||||
# password, private keys, and other secrets. These should not be part of version
|
||||
# control as they are data points which are potentially sensitive and subject
|
||||
# password, private keys, and other secrets. These should not be part of version
|
||||
# control as they are data points which are potentially sensitive and subject
|
||||
# to change depending on the environment.
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
|
@ -49,4 +50,4 @@ docker-compose.yml
|
|||
.gitignore-project
|
||||
configure.yaml.dist
|
||||
.env
|
||||
makeplan.mk
|
||||
makeplan.mk
|
||||
|
|
Loading…
Reference in a new issue