From 1ead319d73e3717a29e6ad26947104cfa6a9d859 Mon Sep 17 00:00:00 2001 From: dnqbob Date: Sat, 30 Sep 2023 00:06:17 +0800 Subject: [PATCH] Update .gitignore to newst ModSDK --- .gitignore | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d710bf027e..14682006ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,47 @@ user.config engine + +# Visual Studio +Release bin obj +*.ncb +*.vcproj* +*.suo +*.user +*.sln.cache +*.manifest +*.CodeAnalysisLog.xml +*.lastcodeanalysissucceeded +_ReSharper.*/ +/.vs + +# Visual Studio Code +/.vscode/settings.json + +# backup files by various editors +*~ +*.orig +\#* +.*.sw? + +# Monodevelop +*.pidb +*.userprefs + +# Mac OS X .DS_Store + +# SublimeText +*.sublime-project +*.sublime-workspace + +# NUnit +/TestResult.xml +/lib/ + +# Support directory +/Support + +# IntelliJ files .idea -.vs \ No newline at end of file