remove and gitIgnore .firebaserc file

This commit is contained in:
Shams mosowi
2020-05-09 16:48:27 +08:00
parent b2fca54570
commit 0d0f0602f7
2 changed files with 6 additions and 5 deletions

6
.gitignore vendored
View File

@@ -3,6 +3,8 @@
# dependencies
/node_modules
www/node_modules
www/.firebaserc
Firetable/node_modules
cloud_functions/functions/node_modules
/.pnp
@@ -21,6 +23,7 @@ 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
@@ -31,6 +34,9 @@ cloud_functions/functions/firebase-credentials.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
# Accidental package installs to root directories
yarn.lock

View File

@@ -1,5 +0,0 @@
{
"projects": {
"default":"antler-vc"
}
}