synclounge/.gitignore

21 lines
243 B
Plaintext
Raw Permalink Normal View History

2017-04-07 05:09:03 +00:00
.DS_Store
2018-08-19 03:31:52 +00:00
node_modules/
dist/
npm-debug.log
test/unit/coverage
test/e2e/reports
selenium-debug.log
.idea/
2018-06-04 01:02:31 +00:00
ptinvites.json
2018-07-20 04:31:44 +00:00
db.sqlite
.tmp
2020-04-25 20:46:34 +00:00
.vscode
# local env files
.env.local
.env.*.local
2020-05-26 23:48:00 +00:00
# Optional npm cache directory
.npm
2020-07-21 21:28:48 +00:00
public/config.json