Files
mtgodot-poc/.gitignore
T

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/