feat: add MMGame backend and frontend source code

This commit is contained in:
gmh01
2026-08-01 21:30:23 +08:00
parent 26ce0dd600
commit c176c04aab
42 changed files with 3606 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# Dependencies
node_modules/
# Build outputs
dist/
build/
*.tsbuildinfo
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# Database / binary data files
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Environment / secrets
.env
.env.*
# Binary files
*.pdf
*.exe
*.dll
*.so
*.dylib
*.jar
*.war
*.zip
*.tar
*.gz
*.rar
*.7z
*.png
*.jpg
*.jpeg
*.gif
*.ico
*.bmp
*.mp3
*.mp4
*.avi
*.wav
*.bin
*.dat
# IDE / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db