From 9f7d117bba1cca20259bf4b3549bc247e8bdd397 Mon Sep 17 00:00:00 2001 From: FloRul Date: Wed, 14 Feb 2024 14:13:20 -0500 Subject: [PATCH] Update .gitignore to ignore .env files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07b37b8..f393612 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ terraform.rc ## Ignore EC2 Key pair files *.pem -.idea/* \ No newline at end of file +.idea/* +*.env \ No newline at end of file