From 4c8a13a482a15ea898c0f42b270ddb90365618f4 Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Sun, 25 Mar 2018 05:38:22 -0400 Subject: [PATCH] ignore .vs folder --- IPlugExamples/gitignore_template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPlugExamples/gitignore_template b/IPlugExamples/gitignore_template index b5cd562d..2f81f030 100644 --- a/IPlugExamples/gitignore_template +++ b/IPlugExamples/gitignore_template @@ -20,4 +20,5 @@ ipch/* gui/* Icon? -.DS_Stor* \ No newline at end of file +.DS_Stor* +.vs/* \ No newline at end of file -- 2.11.4.GIT