From 0dc103275f4511948e4699b3f8b002cca4a71368 Mon Sep 17 00:00:00 2001 From: Imrayya Date: Sun, 26 Jul 2026 20:36:59 +0700 Subject: [PATCH] chore: Update gitignore --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/.gitignore b/.gitignore index 0af181c..bb25e48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,52 @@ # Godot 4+ specific ignores .godot/ /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/ \ No newline at end of file