chore: add Godot 4.x .gitignore
This commit is contained in:
+51
-1
@@ -1,3 +1,53 @@
|
|||||||
# Godot 4+ specific ignores
|
# Godot 4.x standard .gitignore
|
||||||
|
# History files
|
||||||
|
.history
|
||||||
|
|
||||||
|
# Godot 4+ specific
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/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
|
||||||
|
|||||||
Reference in New Issue
Block a user