From 4a332ccfbd5d1b6cf0fa21eab957cfeeddd6b802 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 22 Apr 2018 03:06:19 -0400 Subject: [PATCH] add VS folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8951bb..2c690ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -gui/command.cpp \ No newline at end of file +gui/command.cpp +.vs/ \ No newline at end of file