mirror of
https://github.com/github/gitignore
synced 2024-12-22 12:50:29 +01:00
29 lines
412 B
Plaintext
29 lines
412 B
Plaintext
# 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.*
|