From 5126abf0cb7e96f53f6997a7d6a4431b0e1c6390 Mon Sep 17 00:00:00 2001 From: James Kwon <96548424+hongil0316@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:39:13 -0500 Subject: [PATCH] Add .env to the gitignore file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f22de51..ba703ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Project Files tmp/ +.env # General IDE Stuff .vscode/* @@ -14,4 +15,4 @@ atlas.exe # terraform **/.terraform/* terraform.tfstate -terraform.tfstate.* \ No newline at end of file +terraform.tfstate.*