Compare commits

...

2 commits

Author SHA1 Message Date
Sara d72a037d5a feat: added compile_commands.json to gitignore 2025-05-14 11:34:46 +02:00
Sara d901baf2ec feat: added cache folder to gitignore 2025-05-14 11:34:08 +02:00

2
.gitignore vendored
View file

@ -5,6 +5,8 @@
# When configure fails, SCons outputs these # When configure fails, SCons outputs these
config.log config.log
.sconf_temp .sconf_temp
.cache/
compile_commands.json
engine/.github engine/.github
project/.godot project/.godot