Merge pull request #1445 from thelounge/xpaw/gitignore-vapid-keys

Ignore vapid.json generated during tests
This commit is contained in:
Pavel Djundik 2017-08-23 14:23:54 +03:00 committed by GitHub
commit c24e48bdb5
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@ package-lock.json
.nyc_output/
coverage/
test/fixtures/.lounge/storage/
# Built assets created at npm install/prepublish time
# See https://docs.npmjs.com/misc/scripts

3
test/fixtures/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# files that may be generated by tests
.lounge/storage/
.lounge/vapid.json