guillotine-cutter/.gitignore

24 lines
337 B
Plaintext
Raw Normal View History

2020-12-14 17:37:57 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/sm_react/node_modules
2020-12-14 17:37:57 +01:00
/.pnp
.pnp.js
# testing
/sm_react/coverage
2020-12-14 17:37:57 +01:00
# production
/sm_react/build
2020-12-14 17:37:57 +01:00
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*