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 b6ddf06 commit 7111173Copy full SHA for 7111173
Firebase.gitignore
@@ -9,7 +9,6 @@
9
hosting/.cache
10
11
# Firebase Functions
12
-/node_modules/
13
/functions/node_modules/
14
/functions/.env
15
/functions/package-lock.json
@@ -25,20 +24,5 @@ npm-debug.log*
25
24
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
+/.env.*
0 commit comments