project-mobile-command/.gitignore
StillHammer 3dfaffc75a Setup initial: Mobile Command project with GroveEngine
- Architecture basée sur GroveEngine (hot-reload C++17)
- Structure du projet (src, config, external)
- CMakeLists.txt avec support MinGW
- GameModule de base (hot-reloadable)
- Main loop 10Hz avec file watcher
- Configuration via JSON
- Documentation README et CLAUDE.md

 Build fonctionnel
 Hot-reload validé
🚧 Prochaine étape: Prototype gameplay

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 11:05:51 +08:00

41 lines
350 B
Plaintext

# Build directories
build/
build-*/
# CMake files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt
# Compiled binaries
*.exe
*.out
*.so
*.dll
*.dylib
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Data files
data/
*.db
*.db-journal
*.db-wal
*.db-shm
# OS files
.DS_Store
Thumbs.db
external/GroveEngine