From 1f56ba95f425aa7d3ade71350fa026748b1c6878 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 25 Apr 2021 12:00:13 +0200 Subject: [PATCH] Gitignore: Add .env Because the new config is done via the file `.env`, it should not be possible to include it in the git repository. Signed-off-by: Philip Molares --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 99a0704cb..e6c6c37be 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ backups/ # ignore config files config.json .sequelizerc +.env # ignore webpack build public/build