From 698e2a5b61062b50278a45b8107cb839f7087463 Mon Sep 17 00:00:00 2001 From: rszn <645583145@qq.com> Date: Fri, 7 Jun 2024 22:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E7=BC=96=E8=AF=91=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 45caad8..438d28f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea/** +.idea/** .vs/ ## Ignore Visual Studio temporary files, build results, and @@ -21,6 +22,21 @@ mono_crash.* # Build results +**/[Dd]ebug/ +**/[Dd]ebugPublic/ +**/[Rr]elease/ +**/[Rr]eleases/ +**/x64/ +**/x86/ +**/[Ww][Ii][Nn]32/ +**/[Aa][Rr][Mm]/ +**/[Aa][Rr][Mm]64/ +**/bld/ +**/[Bb]in/ +**/[Oo]bj/ +**/[Oo]ut/ +**/[Ll]og/ +**/[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/