54 lines
548 B
Plaintext
54 lines
548 B
Plaintext
# Godot 4.x standard .gitignore
|
|
# History files
|
|
.history
|
|
|
|
# Godot 4+ specific
|
|
.godot/
|
|
/android/
|
|
/export/
|
|
|
|
# Import cache
|
|
.import/
|
|
*.import
|
|
*.translation
|
|
|
|
# User settings (local-only)
|
|
*.local
|
|
*~
|
|
.~lock.*#
|
|
*.tmp
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Monodevelop / Rider (Mono)
|
|
.mono/
|
|
mono_crash.*.json
|
|
user_settings/
|
|
|
|
# Build results
|
|
/build/
|
|
/dist/
|
|
*.apk
|
|
*.aab
|
|
*.x86_64
|
|
*.x86_64.opt.*
|
|
*.x86_64.debug
|
|
*.windows.editor
|
|
*.windows.opt.*
|
|
*.macos.editor
|
|
*.linux.editor
|
|
|
|
# VSCode / JetBrains
|
|
.vscode/
|
|
.idea/
|
|
*.sln
|
|
*.csproj
|
|
*.pidb
|
|
*.userprefs
|
|
|
|
# Misc
|
|
*LF*
|
|
tags
|
|
*.log
|