WebStudio/.gitignore

37 lines
410 B
Text
Raw Permalink Normal View History

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
.env.local
.yarn/
2020-04-07 10:19:28 +00:00
.mypy_cache/
2020-04-10 11:03:08 +00:00
env/
env.ci/
venv/
2020-04-10 11:03:08 +00:00
serverconfig.ini
2020-04-13 07:33:00 +00:00
.idea/
.vscode/settings.json