chore: Update gitignore

This commit is contained in:
2026-07-26 20:36:59 +07:00
parent 17950087ca
commit 0dc103275f
+49
View File
@@ -1,3 +1,52 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
/android/ /android/
import/
**.mono/
**.mono/
*.csharp
*.pdb
*.meta
*.asmref
# Mono / .NET
bin/
obj/
*.suo
*.user
*.userosscache
*.sln.docstates
[Dd]ebug/
[Rr]elease/
x64/
build/
.bak/
*.bak
*.crashdump
*.pidb
*.pdb
*.mdb
*.opendb
*.VC.db
*.cache
# IDE
.vs/
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.Spotlight-V100
.Trashes
# Logs
*.log
logs/