From 65c8cb295a4ccf914511ce9fc4d072d0baf91309 Mon Sep 17 00:00:00 2001 From: gk-demo-123 Date: Wed, 4 Jun 2025 17:49:54 -0700 Subject: [PATCH] Add .env files to .gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71a24e0..364a09c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ .DS_Store -_images/.DS_Store \ No newline at end of file +_images/.DS_Store + +# Environment variables +.env +.env.local +.env.development.local +.env.test.local +.env.production.local