fix: ignoring build artifacts and .cache

This commit is contained in:
Sara 2025-06-23 20:50:58 +02:00
parent fdb9ad8de0
commit e95bc223ee

7
.gitignore vendored
View file

@ -6,9 +6,16 @@
config.log config.log
.sconf_temp .sconf_temp
# build artifacts
*.o
compile_commands.json
engine/.github engine/.github
project/.godot project/.godot
build/PROJECT.pck build/PROJECT.pck
build/PROJECT.x86_64 build/PROJECT.x86_64
build/PROJECT.exe build/PROJECT.exe
build.zip build.zip
# general-purpose cache folder (used by e.g clangd)
.cache