From 243eb27ac73ed628718c1dd667120410535a6475 Mon Sep 17 00:00:00 2001 From: Mahmoud Tantouri <26313521+MTraveller@users.noreply.github.com> Date: Wed, 26 Oct 2022 05:34:51 +0200 Subject: [PATCH] Add: ignore .env for production --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a7034e0..2a40b8d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .vscode node_modules public -.env.development \ No newline at end of file +.env.development +.env.production \ No newline at end of file