godot-module-template/.gitignore

21 lines
373 B
Plaintext

# ---> 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/PROJECT.pck
build/PROJECT.x86_64
build/PROJECT.exe
build.zip
# general-purpose cache folder (used by e.g clangd)
.cache