Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/generate-leaderboard.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environments
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo

# Project specific
node_modules/
dist/
build/
*.log
2 changes: 2 additions & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file tells GitHub Pages to bypass Jekyll processing.
# This ensures that folders like .github and other assets are served correctly.
Loading