Initial commit: Create Voider game project with utilities, input, and events libraries

This commit is contained in:
Will Stuckey
2025-10-28 11:56:18 -05:00
commit 40e6524805
4 changed files with 83 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# .NET specific ignores
bin/
obj/
*.user
*.suo
*.userprefs
*.sln.docstates
# OS specific ignores
.DS_Store
Thumbs.db