From e590c1f8e730aaca07e89c7e91eae4f80a1cea84 Mon Sep 17 00:00:00 2001 From: sjeyendran24 Date: Sat, 26 Feb 2022 19:12:09 +0530 Subject: [PATCH 1/2] Updated to exculde the Notes to github --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 861fb3f4..f205b778 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ # Ignore .pem files #*.pem + +# exclude the notes +*Notes* +*notes* From c3829f27a76a8b7012f6af2fc36e12b931224230 Mon Sep 17 00:00:00 2001 From: sjeyendran24 Date: Sat, 26 Feb 2022 20:08:34 +0530 Subject: [PATCH 2/2] Updated to exculde the state files and backup to github --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index f205b778..d17f12a1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,16 @@ # exclude the notes *Notes* *notes* +*.sw? +.idea +terragrunt.iml +vendor +.terraform +.vscode +*.tfstate +*.tfstate.backup +*.out +.terragrunt-cache +.bundle +.ruby-version +.terraform.lock.hcl \ No newline at end of file