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
|
# Source: https://github.com/github/gitignore/blob/main/Terraform.gitignore
|
||||||
# Local .terraform directories
|
# Local .terraform directories
|
||||||
**/.terraform/*
|
**/.terraform/*
|
||||||
|
**/Docs/*
|
||||||
|
|
||||||
# .tfstate files
|
# .tfstate files
|
||||||
*.tfstate
|
*.tfstate
|
||||||
|
@ -11,8 +12,8 @@ crash.log
|
||||||
crash.*.log
|
crash.*.log
|
||||||
|
|
||||||
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
|
# 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
|
# 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
|
# control as they are data points which are potentially sensitive and subject
|
||||||
# to change depending on the environment.
|
# to change depending on the environment.
|
||||||
*.tfvars
|
*.tfvars
|
||||||
*.tfvars.json
|
*.tfvars.json
|
||||||
|
@ -49,4 +50,4 @@ docker-compose.yml
|
||||||
.gitignore-project
|
.gitignore-project
|
||||||
configure.yaml.dist
|
configure.yaml.dist
|
||||||
.env
|
.env
|
||||||
makeplan.mk
|
makeplan.mk
|
||||||
|
|
Loading…
Reference in a new issue