18 lines
222 B
Plaintext
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/ |