Skip to content

Commit

Permalink
remove and gitIgnore .firebaserc file
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsmosowi committed May 9, 2020
1 parent b2fca54 commit 0d0f060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# dependencies
/node_modules
www/node_modules
www/.firebaserc

Firetable/node_modules
cloud_functions/functions/node_modules
/.pnp
Expand All @@ -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
Expand All @@ -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
Expand Down
5 changes: 0 additions & 5 deletions cloud_functions/.firebaserc

This file was deleted.

0 comments on commit 0d0f060

Please sign in to comment.