Baseline Schema changes.

This commit is contained in:
Patrick Fic
2019-12-04 20:08:10 -07:00
parent eb41701987
commit 25d434ef10
76 changed files with 5997 additions and 25 deletions

68
.gitignore vendored
View File

@@ -23,3 +23,71 @@ client/build
npm-debug.log*
yarn-debug.log*
yarn-error.log*
#Firebase Ignore
# Logs
firebase/logs
firebase/*.log
firebase/npm-debug.log*
firebase/yarn-debug.log*
firebase/yarn-error.log*
firebase/firebase-debug.log*
# Firebase cache
firebase/.firebase/
# Firebase config
# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
# .firebaserc
# Runtime data
firebase/pids
firebase/*.pid
firebase/*.seed
firebase/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
firebase/lib-cov
# Coverage directory used by tools like istanbul
firebase/coverage
# nyc test coverage
firebase/.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
firebase/.grunt
# Bower dependency directory (https://bower.io/)
firebase/bower_components
# node-waf configuration
firebase/.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
firebase/build/Release
# Dependency directories
firebase/node_modules/
# Optional npm cache directory
firebase/.npm
# Optional eslint cache
firebase/.eslintcache
# Optional REPL history
firebase/.node_repl_history
# Output of 'npm pack'
firebase/*.tgz
# Yarn Integrity file
firebase/.yarn-integrity
# dotenv environment variables file
firebase/.env