Merge pull request #1184 from hedgedoc/gitignore/env

Gitignore: Add .env
This commit is contained in:
David Mehren 2021-04-25 21:17:14 +02:00 committed by GitHub
commit a1fd695eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

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