Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira-11-20 authored Dec 16, 2024
1 parent 1892cae commit 76a5663
Show file tree
Hide file tree
Showing 3 changed files with 1,034 additions and 0 deletions.
13 changes: 13 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
},
"database": {
"rules": "database.rules.json"
}
}
Loading

0 comments on commit 76a5663

Please sign in to comment.