2020-07-21 22:23:18 +00:00
|
|
|
.DS_Store
|
|
|
|
node_modules/
|
|
|
|
dist/
|
|
|
|
npm-debug.log
|
|
|
|
test/unit/coverage
|
|
|
|
test/e2e/reports
|
|
|
|
selenium-debug.log
|
|
|
|
.idea/
|
|
|
|
ptinvites.json
|
|
|
|
db.sqlite
|
|
|
|
.tmp
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
2020-07-21 23:05:13 +00:00
|
|
|
.git
|
|
|
|
.gitignore
|
2020-07-21 22:23:18 +00:00
|
|
|
.github
|
2020-07-21 23:05:13 +00:00
|
|
|
.travis.yml
|
|
|
|
Dockerfile
|
2020-08-15 00:01:27 +00:00
|
|
|
Dockerfile.web
|
2020-07-21 23:05:13 +00:00
|
|
|
.dockerignore
|
|
|
|
**/README.md
|
|
|
|
**/LICENSE
|
2020-08-24 00:00:26 +00:00
|
|
|
.releaserc
|
|
|
|
.editorconfig
|
2020-08-24 00:12:33 +00:00
|
|
|
.commitlintrc.js
|
|
|
|
.huskyrc
|
2020-08-30 21:49:44 +00:00
|
|
|
.lintstagedrc
|
2020-07-21 23:05:13 +00:00
|
|
|
|
2020-07-21 22:23:18 +00:00
|
|
|
public/config.json
|