24 lines
223 B
Text
24 lines
223 B
Text
# Godot
|
|
.godot/
|
|
*.import
|
|
*.translation
|
|
import/
|
|
export/
|
|
.cache/
|
|
godot_temp_*
|
|
|
|
# Editor
|
|
*.uid
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Config — user overrides, not committed
|
|
config/config.cfg
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|