2019-11-12 12:21:05 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2019-11-26 10:01:26 +00:00
|
|
|
|
2020-04-06 12:36:34 +00:00
|
|
|
.env.local
|
|
|
|
.yarn/
|
2020-04-07 10:19:28 +00:00
|
|
|
|
|
|
|
.mypy_cache/
|
2020-04-10 11:03:08 +00:00
|
|
|
env/
|
2020-04-13 16:40:03 +00:00
|
|
|
env.ci/
|
2020-09-19 13:07:21 +00:00
|
|
|
venv/
|
2020-04-10 11:03:08 +00:00
|
|
|
|
2020-04-13 16:40:03 +00:00
|
|
|
serverconfig.ini
|
2020-04-13 07:33:00 +00:00
|
|
|
|
2021-04-17 15:57:37 +00:00
|
|
|
.idea/
|
|
|
|
.vscode/settings.json
|