From 6c60a4a8575ad4e1208bb668ffc439b36dced389 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 4 Sep 2025 16:08:12 -0500 Subject: [PATCH] add git files --- .gitattributes | 1 + .gitignore | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b22ac8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.direnv/ +.envrc +.env +.env.local + +result + +# Local .terraform directories +.terraform/ + +# .tfstate files +*.tfstate +*.tfstate.* +