From da28f2e7be02610ffb5d7c33e75b357fda86c988 Mon Sep 17 00:00:00 2001 From: Fabien GAUBERT Date: Thu, 22 Jun 2023 14:19:15 +0200 Subject: [PATCH] Udpate gitignore to keep documentation --- .gitignore-project | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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