mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
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:
parent
608cc41527
commit
1f56ba95f4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,6 +24,7 @@ backups/
|
||||||
# ignore config files
|
# ignore config files
|
||||||
config.json
|
config.json
|
||||||
.sequelizerc
|
.sequelizerc
|
||||||
|
.env
|
||||||
|
|
||||||
# ignore webpack build
|
# ignore webpack build
|
||||||
public/build
|
public/build
|
||||||
|
|
Loading…
Reference in a new issue