Skip to content

Commit 520cfcc

Browse files
committed
Change gitignore
1 parent ccb4f26 commit 520cfcc

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.gitignore

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
# dependencies
2-
functions/node_modules
2+
"**/node_modules/**"
3+
4+
"**/npm-debug.log"
35

46
# Custom keys
57
inspiring-quotes-firebase-adminsdk.json
68

79
# Logs
810
logs
911
*.log
10-
npm-debug.log*
11-
functions/firebase-debug.log
12-
13-
# IDEs and editors
14-
15-
*.launch
12+
"**/npm-debug.log"
1613

17-
# IDE - VSCode
18-
.vscode/*
19-
!.vscode/settings.json
20-
!.vscode/tasks.json
21-
!.vscode/launch.json
22-
!.vscode/extensions.json
14+
#IDE
15+
"**/.eslintrc.json
2316
.sonarlint

firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
],
99
"rewrites": [
1010
{
11-
"source": "**",
12-
"destination": "app"
11+
"source": "**",
12+
"function": "app"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)