added .gitignore

self explanatory

Signed-off-by: bennie <xbennies@gmail.com>
This commit is contained in:
2026-09-09 14:07:34 +01:00
parent 887e954139
commit e069c6f159
+18
View File
@@ -0,0 +1,18 @@
# Godot 4 specific ignores
.godot/
# Ignore exported binaries / builds
/build/
/exports/
# OS specific files
.DS_Store
Thumbs.db
# Blender temporary backup files
*.blend1
*.blend2
# IDE / Editor folders
.vscode/
.idea/