Files
bennie e069c6f159 added .gitignore
self explanatory

Signed-off-by: bennie <xbennies@gmail.com>
2026-09-09 14:07:34 +01:00

18 lines
222 B
Plaintext

# 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/