Skip to content

Commit

Permalink
Global high scores final
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMargaryan committed Jan 15, 2024
1 parent c5ab132 commit 40cb85b
Show file tree
Hide file tree
Showing 23 changed files with 1,168 additions and 893 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Node.js
node_modules/

# Build output
dist/

# Firebase
.firebase/

# IDE and editor files
.prepos.config

# Dependency lock files
package-lock.json

# Compiled output
*.map

# Firebase configuration file
.firebaserc

# Ignore logs
*.log

# OS-specific files
.DS_Store
Thumbs.db
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
320 changes: 0 additions & 320 deletions index.html

This file was deleted.

Loading

0 comments on commit 40cb85b

Please sign in to comment.