Initial card game asset pipeline

This commit is contained in:
2026-06-10 02:04:38 +09:00
commit 5c09106125
27 changed files with 73502 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Local environment and secrets
.env
*.env
# Dependency folders
node_modules/
# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/
# Runtime logs and temporary files
*.log
tmp/
temp/