audible-tools.github.io/.gitignore

25 lines
315 B
Text
Raw Normal View History

2020-08-06 00:06:17 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2020-08-05 00:11:50 +02:00
2020-08-06 00:06:17 +02:00
# dependencies
/node_modules
/.pnp
.pnp.js
2020-08-05 00:11:50 +02:00
2020-08-06 00:06:17 +02:00
# testing
/coverage
2020-08-05 00:11:50 +02:00
2020-08-06 00:06:17 +02:00
# production
/build
2020-08-05 00:11:50 +02:00
2020-08-06 00:06:17 +02:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2020-08-05 00:11:50 +02:00
2020-08-06 00:06:17 +02:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-08-05 00:16:01 +02:00
/.vs