project-mobile-command/.gitignore
StillHammer d10b285a56 Initial commit: Mobile Command project setup
- Setup project structure
- Add README with concept overview
- Add .gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 09:04:46 +08:00

51 lines
392 B
Plaintext

# Dependencies
node_modules/
vendor/
# Build outputs
dist/
build/
out/
*.exe
*.dll
*.so
*.dylib
# IDE
.vscode/
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
logs/
# Environment
.env
.env.local
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Assets (work files)
*.psd
*.ai
*.blend1
*.blend2
# Game specific
saves/
cache/
screenshots/