Files
gamedev-the-steward/.gitignore
T
2026-06-17 19:39:38 +02:00

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*