Files
rowy/.gitignore
Sidney Alcantara bd3f98600d Merge branch 'develop' into fields-refactor
* develop: (50 commits)
  Add max seletion limit to firestore in operator filter
  update binding doc once target doc is deleted
  fixed field name typo
  FT_BINDINGS POC
  Add force update feature to spark
  compile tracked fields for propagates
  configurable triggerDepth
  fix cloud function deployment replace "-" with "_" in function name
  Fix subcollection triggerPath
  Fix subcollection triggerPath and function name
  Fix triggerPath and function name
  Fix collectionGroup triggerPath
  FT_functions subcollection and collectionGroup support
  setup propagates
  Make the "Hide" button more distinguishable from hide for oneself
  Add console.log of requiredFields and type
  Add console.log to spark index file
  unremove used function
  remove unused function
  hide FT_function config for non-admin
  ...
2021-01-28 16:49:35 +11:00

50 lines
728 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/functionConfig.ts
cloud_functions/functions/firebase-credentials.json
# misc
.DS_Store
.env*
!.env.example
!*.enc
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
*.firebaserc
# Accidental package installs to root directories
/yarn.lock
/package.json
package-lock.json
node_modules/
cloud_functions/functions/src/functionConfig.json
*.iml
.idea
*-firebase.json