45 lines
411 B
Plaintext
45 lines
411 B
Plaintext
# Godot import cache
|
|
.import/
|
|
|
|
# Godot editor generated files
|
|
.godot/
|
|
|
|
# Export templates and builds
|
|
/export/
|
|
/exports/
|
|
/build/
|
|
/builds/
|
|
|
|
# Mono / C#
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*
|
|
|
|
# Visual Studio / Rider
|
|
.vs/
|
|
.idea/
|
|
*.csproj
|
|
*.sln
|
|
*.user
|
|
*.DotSettings.user
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Linux
|
|
.directory
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Godot crash reports
|
|
crash_handler*
|