Files
rowy/.gitignore
2019-10-28 17:38:48 +11:00

30 lines
441 B
Plaintext

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