feat: added gitignore

This commit is contained in:
Sara Gerretsen 2026-04-04 14:36:22 +02:00
parent cbe7f0fbb2
commit 42e5035a11

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# ---> SCons
# for projects that use SCons for building: http://http://www.scons.org/
.sconsign.dblite
# When configure fails, SCons outputs these
config.log
.sconf_temp
# build artifacts
*.o
compile_commands.json
engine/.github
project/.godot
build/
__pycache__
# general-purpose cache folder (used by e.g clangd)
.cache