Initial commit

This commit is contained in:
Patrick 2023-08-06 00:42:21 +02:00
commit 882ffb2726
15 changed files with 382 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Godot 4+ specific ignores
.godot/
# Ignore library files but not the gdextension file
demo/bin/*
!demo/bin/*.gdextension
.sconsign*.dblite
# Binaries
*.o
*.os
*.so
*.obj
*.bc
*.pyc
*.dblite
*.pdb
*.lib
*.config
*.creator
*.creator.user
*.files
*.includes
*.idb
*.exp
# Other stuff
*.log