There was an error while loading. Please reload this page.
1 parent ccb4f26 commit 520cfccCopy full SHA for 520cfcc
.gitignore
@@ -1,23 +1,16 @@
1
# dependencies
2
-functions/node_modules
+"**/node_modules/**"
3
+
4
+"**/npm-debug.log"
5
6
# Custom keys
7
inspiring-quotes-firebase-adminsdk.json
8
9
# Logs
10
logs
11
*.log
-npm-debug.log*
-functions/firebase-debug.log
12
-
13
-# IDEs and editors
14
15
-*.launch
16
17
-# IDE - VSCode
18
-.vscode/*
19
-!.vscode/settings.json
20
-!.vscode/tasks.json
21
-!.vscode/launch.json
22
-!.vscode/extensions.json
+#IDE
+"**/.eslintrc.json
23
.sonarlint
firebase.json
@@ -8,8 +8,8 @@
],
"rewrites": [
{
- "source": "**",
- "destination": "app"
+ "source": "**",
+ "function": "app"
}
]
0 commit comments