We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef51696 commit b6ddf06Copy full SHA for b6ddf06
Firebase.gitignore
@@ -0,0 +1,44 @@
1
+# Firebase build and deployment files
2
+/firebase-debug.log
3
+/firebase-debug.*.log
4
+.firebaserc
5
+
6
+# Firebase Hosting
7
+/firebase.json
8
+*.cache
9
+hosting/.cache
10
11
+# Firebase Functions
12
+/node_modules/
13
+/functions/node_modules/
14
+/functions/.env
15
+/functions/package-lock.json
16
17
+# Firebase Emulators
18
+/firebase-*.zip
19
+/.firebase/
20
+/emulator-ui/
21
22
+# Logs
23
+*.log
24
+npm-debug.log*
25
+yarn-debug.log*
26
+yarn-error.log*
27
28
+# OS-specific files
29
+.DS_Store
30
+Thumbs.db
31
32
+# IDE files
33
+.idea/
34
+.vscode/
35
+*.sublime*
36
37
+# Environment files (local configs)
38
+.env
39
+.env.*
40
+.env.local
41
+.env.development
42
+.env.production
43
+.env.test
44
+.env.staging
0 commit comments