Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WaHYEY9rwLWt21PULiYjeJ
20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
# build
|
|
/build/
|
|
/cmake-build-*/
|
|
compile_commands.json
|
|
|
|
# godot
|
|
/project/.godot/
|
|
/project/bin/*.dylib
|
|
/project/bin/*.dSYM/
|
|
/project/bin/*.so
|
|
/project/bin/*.dll
|
|
/project/bin/*.wasm
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.tmp
|
|
|
|
# clangd
|
|
/.cache/
|