diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -30,3 +30,27 @@ *.exe *.out *.app + +# Godot 4+ specific ignores +.godot/ +game/bin/openvic2/* +.sconsign*.dblite + +# Binaries +*.o +*.os +*.so +*.obj +*.bc +*.pyc +*.dblite +*.pdb +*.lib +bin +*.config +*.creator +*.creator.user +*.files +*.includes +*.idb +*.exp
\ No newline at end of file |