Fixed: justfile not changing when using initialize-template #15

Open
Sara wants to merge 4 commits from Sara/godot-module-template:fix/initialize-template-failing into development
Showing only changes of commit 82f2cae0f6 - Show all commits

6
.gitignore vendored
View file

@ -6,9 +6,15 @@
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