Files
bodyshop/.gitignore
2019-12-03 16:05:34 -07:00

26 lines
382 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
client/node_modules
client/.pnp
client.pnp.js
# testing
/coverage
client/coverage
# production
/build
client/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*