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 committed by David Mehren
parent 608cc41527
commit 1f56ba95f4
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

1
.gitignore vendored
View file

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