53 lines
631 B
Plaintext
53 lines
631 B
Plaintext
# Godot-specific
|
|
.import/
|
|
export.cfg
|
|
export_presets.cfg
|
|
|
|
# Godot 4 specific
|
|
*.godot/ # Cache folder used in Godot 4.x
|
|
|
|
# Builds
|
|
bin/
|
|
build/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.apk
|
|
*.xcodeproj/
|
|
*.xcworkspace/
|
|
*.ios/
|
|
*.pck
|
|
|
|
# Mono (C# projects)
|
|
.mono/
|
|
data_*/ # Generated Mono temp dirs
|
|
mono_crash.*
|
|
|
|
# OS / IDE / editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# JetBrains (Rider, CLion, etc.)
|
|
.idea/
|
|
|
|
# Godot Native C++ bindings (if applicable)
|
|
godot-cpp/bin/
|
|
godot-cpp/gen/
|
|
godot-cpp/build/
|
|
|
|
# Optional: ignore user config
|
|
.godot/
|
|
|
|
# Optional: ignore test files or backups
|
|
test/
|
|
tests/
|
|
*.orig |