0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 12:04:36 +01:00
gitea/options/gitignore/Firebase
2024-12-23 00:32:58 +00:00

28 lines
412 B
Text

# 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.*