Files
rowy/.gitignore
AntlerEngineering 8f4ad3e99c Merge pull request #77 from AntlerVC/feature/callable-action
Feature/callable action
2020-02-14 10:56:49 +11:00

46 lines
841 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
www/node_modules
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
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
www/.env
www/.env.development
Firetable/.env
.env.production
.env.development
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Accidental package installs to root directories
yarn.lock
package.json
package-lock.json
node_modules/