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 <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-04-25 12:00:13 +02:00
parent 0c2900d1c0
commit 902038106a

1
.gitignore vendored
View file

@ -24,6 +24,7 @@ backups/
# ignore config files
config.json
.sequelizerc
.env
# ignore webpack build
public/build