brainlet-react/.gitignore

25 lines
323 B
Text
Raw Permalink Normal View History

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