Committed start of project

This commit is contained in:
2025-06-18 08:42:54 -07:00
parent 41161b443f
commit 52ebf82e0a
639 changed files with 8834 additions and 15 deletions

34
.gitignore vendored
View File

@ -1,17 +1,21 @@
# ---> Godot
# Godot 4+ specific ignores
.godot/
# OS cache files
*/.DS_Store
.DS_Store
.DS_Store?
*/thumbs.db
thumbs.db
.thumbs.db?
# 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
# Luxe cache files
bin/
.luxe/
_luxe.data/
_luxe.deploy/
*.trace
log.txt
log.*.txt
.log.txt
.log.*.txt
# Misc cache files
.vscode/