1
0
mirror of https://github.com/github/gitignore synced 2025-01-03 10:31:49 +01:00

Merge pull request #4542 from DrDead0/feature/firebase-gitignore

added gitignore for firebase
This commit is contained in:
Tim Hunter 2024-12-17 08:46:58 -10:00 committed by GitHub
commit 1ea85c292d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

28
Firebase.gitignore Normal file
View File

@ -0,0 +1,28 @@
# 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.*