| 1234567891011121314151617181920212223242526272829 |
- # Firebase build and deployment files
- /firebase-debug.log
- /firebase-debug.*.log
- .firebaserc
-
- # Firebase Hosting
- /firebase.json
- *.cache
- hosting/.cache
-
- # Firebase Functions
- /functions/node_modules/
- /functions/.env
- /functions/package-lock.json
-
- # Firebase Emulators
- /firebase-*.zip
- /.firebase/
- /emulator-ui/
-
- # Logs
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
-
- # Environment files (local configs)
- /.env.*
|