Files
rowy/.gitignore
2020-05-09 16:48:27 +08:00

46 lines
785 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
www/node_modules
www/.firebaserc
Firetable/node_modules
cloud_functions/functions/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
www/build
cloud_functions/functions/lib
# cloud function config
cloud_functions/functions/src/collectionSync/config.json
cloud_functions/functions/src/history/config.json
cloud_functions/functions/src/algolia/config.json
cloud_functions/functions/firebase-credentials.json
cloud_functions/.firebaserc
# misc
.DS_Store
.env*
!.env.example
!*.enc
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
# Accidental package installs to root directories
yarn.lock
package.json
package-lock.json
node_modules/