Files
rowy/.gitignore
2021-09-15 20:41:35 +10:00

32 lines
374 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# production
/build
cloud_functions/functions/lib
# firebase
*.firebaserc
*-firebase.json
.firebase/
# misc
.DS_Store
.env*
!.env.example
!*.enc
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
.eslintcache
.npm
.vercel