forked from hertog/godot-module-template
fix: missing ignore lines
This commit is contained in:
parent
fdb9ad8de0
commit
477b1733e0
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -6,9 +6,16 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue