Initial commit
This commit is contained in:
commit
882ffb2726
15 changed files with 382 additions and 0 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue