fix: clean gitignore for Godot C#

This commit is contained in:
maxwes08
2026-04-17 12:38:11 +02:00
commit 3ac0b6b866
23 changed files with 841 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Godot 4+ imported files
.import/
.godot/
# Mono / C# build folders
.mono/
bin/
obj/
# Visual Studio / Rider / VS Code
.vs/
.vscode/
*.user
*.suo
*.userprefs
*.sln.docstates
# OS junk
.DS_Store
Thumbs.db
# Logs
*.log
# Build/export folders (optional depending on project)
export/
build/
# Temporary files
*.tmp