Created
July 14, 2019 02:32
-
-
Save evdama/fb36025f404e9816377beaa7ba935d8c to your computer and use it in GitHub Desktop.
inside project root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .firebaserc https://stackoverflow.com/questions/43527359/what-is-the-practice-on-committing-firebase-files-in-a-nodejs-app | |
| # src/firebase/config.js this one is public information as it needs to be available on the client to identify the firebase project at hand | |
| **/__sapper__ | |
| .DS_Store | |
| .firebase/ | |
| firebase-debug.log | |
| static/global.css | |
| yarn-error.log | |
| src/node_modules/* | |
| !src/node_modules/utils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment