From 7274fac9716d5bd0db1d34afecd293cdbf98dcac Mon Sep 17 00:00:00 2001 From: 10x developer Date: Wed, 6 Mar 2024 17:34:45 +0400 Subject: [PATCH] update .gitignore --- .gitignore | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 04e6573..af33fc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,9 @@ /.idea/* +/.vs/* + *.props *.cache - -QuickForm.sln.DotSettings.user - -src/QuickForm/bin/* -src/QuickForm/obj/* -test/QuickForm.Samples/bin/* -test/QuickForm.Samples/obj/* -test/QuickForm.Test/bin/* -test/QuickForm.Test/obj/* +*.user **/bin/* **/obj/*