simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

plugin initializer should add some firebase specific defaults to workspace `.gitignore` #34

Closed simondotm closed 1 year ago

simondotm commented 3 years ago
# Firebase files
.runtimeconfig.json
database-debug.log
firestore-debug.log
pubsub-debug.log
ui-debug.log
**/.emulators/*
**/.firebase/*
simondotm commented 3 years ago

.runtimeconfig.json added in v0.3.3

WhatsThatItsPat commented 2 years ago

firebase-debug.log is another. I just started playing around with your plugin and added these after running the emulators.

# Firebase, Emulator Logs
.runtimeconfig.json
firebase-debug.log
firestore-debug.log
database-debug.log
pubsub-debug.log
ui-debug.log