35 lines
241 B
Plaintext
35 lines
241 B
Plaintext
# Godot
|
|
.godot/
|
|
export.cfg
|
|
export_presets.cfg
|
|
|
|
# Mono/Godot C#
|
|
mono/
|
|
obj/
|
|
bin/
|
|
*.pidb
|
|
*.userprefs
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|