From 98fbfd7fa2719619009590c90168dedaa955dc4f Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Wed, 1 Jun 2022 22:25:20 -0500 Subject: [PATCH] Add .vs folder to .gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 844d55eb..b4423a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ *.blend1 *.ktc *.pyc + +# Visual Studio cache/options directory +.vs/