nx-firebase icon indicating copy to clipboard operation
nx-firebase copied to clipboard

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

Open simondotm opened this issue 4 years ago • 2 comments

# Firebase files
.runtimeconfig.json
database-debug.log
firestore-debug.log
pubsub-debug.log
ui-debug.log
**/.emulators/*
**/.firebase/*

simondotm avatar Jun 12 '21 10:06 simondotm

.runtimeconfig.json added in v0.3.3

simondotm avatar Jun 19 '21 14:06 simondotm

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

WhatsThatItsPat avatar Jul 24 '21 20:07 WhatsThatItsPat