diff --git a/.gitignore-project b/.gitignore-project index 02bc839..92c8764 100644 --- a/.gitignore-project +++ b/.gitignore-project @@ -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 \ No newline at end of file +makeplan.mk