From 41300d38bc1552b72b190decb98949209a856cbe Mon Sep 17 00:00:00 2001 From: Dennis Theisen Date: Sat, 20 Mar 2021 23:49:12 -0400 Subject: [PATCH] Add local Firebase config files to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca8115e..10dcef4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ pnpm-debug.log* *.sw? # Custom -firebase.config.js \ No newline at end of file +firebase.config.js +firebase.json +.firebaserc +.firebase \ No newline at end of file