diff --git a/.gitignore b/.gitignore index eed869b..39e8e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ build/ .env.development.local .env.test.local .env.production.local +.env.bak +.env.bak* +*.env.bak +*.env.bak* # Logs logs/ @@ -103,6 +107,8 @@ Thumbs.db # Uploads uploads/ +# Exception: Test PDF file for development (must come before *.pdf) +!/Creed CIM.pdf *.pdf *.doc *.docx diff --git a/backend/firebase.json b/backend/firebase.json index 52fb2f8..a461664 100644 --- a/backend/firebase.json +++ b/backend/firebase.json @@ -16,7 +16,11 @@ "cloud-run.yaml", ".env", ".env.*", - "*.env" + "*.env", + ".env.bak", + ".env.bak*", + "*.env.bak", + "*.env.bak*" ], "predeploy": [ "npm run build"