From a2d57cae38e2c26bc56d2b46eece3e39fb45a803 Mon Sep 17 00:00:00 2001 From: janko-isidorovic Date: Thu, 30 Jul 2015 12:16:29 +0200 Subject: [PATCH] Added Visual Studio files to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index da23d0d4..06b04104 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,8 @@ build/Release # Deployed apps should consider commenting this line out: # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules + +# Ignore Visual Studio files + +.sln +.njsproj