43 lines
433 B
Plaintext
43 lines
433 B
Plaintext
# Build outputs
|
|
build/
|
|
cmake-build-*/
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
Makefile
|
|
compile_commands.json
|
|
|
|
# Compiled binaries and objects
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
mana_pet_world
|
|
test_*
|
|
|
|
# Runtime/local state
|
|
savegame.txt
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Editor and OS files
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated Godot sidecar/import cache files
|
|
*.import
|
|
*.uid
|
|
.godot/
|
|
.import/
|
|
.codegraph/
|