mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
remove and gitIgnore .firebaserc file
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"projects": {
|
||||
"default":"antler-vc"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user