thunderhub/client/.gitignore

28 lines
331 B
Text
Raw Normal View History

2019-11-10 17:34:02 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
2020-04-01 21:38:35 +02:00
#webpack
/dist
2019-11-10 17:34:02 +01:00
# misc
.DS_Store
2020-04-01 21:38:35 +02:00
.env
2019-11-10 17:34:02 +01:00
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*