Skip to content

Commit 2a16cb9

Browse files
committedJul 28, 2024
updated gitignore to hide local-only files
1 parent a6c94e5 commit 2a16cb9

File tree

4 files changed

+716
-0
lines changed

4 files changed

+716
-0
lines changed
 

‎LICENSE

+674
Large diffs are not rendered by default.

‎app/firebase.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"hosting": {
3+
"site": "adacad-4-1",
4+
"public": "dist",
5+
"ignore": [
6+
"firebase.json",
7+
"**/.*",
8+
"**/node_modules/**"
9+
],
10+
"rewrites": [
11+
{
12+
"source": "**",
13+
"destination": "/index.html"
14+
}
15+
]
16+
}
17+
}

‎app/node_modules/@angular/fire/docs/firebase.json

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎app/node_modules/firebase-tools/templates/firebase.json

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.