nx-firebase
nx-firebase copied to clipboard
plugin initializer should add some firebase specific defaults to workspace `.gitignore`
# Firebase files
.runtimeconfig.json
database-debug.log
firestore-debug.log
pubsub-debug.log
ui-debug.log
**/.emulators/*
**/.firebase/*
.runtimeconfig.json added in v0.3.3
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