Gitignore Visual Studio Files
authorFelix Rieseberg <felix@felixrieseberg.com>
Wed, 10 Aug 2016 01:35:43 +0000 (18:35 -0700)
committerFelix Rieseberg <felix@felixrieseberg.com>
Wed, 10 Aug 2016 15:54:50 +0000 (08:54 -0700)
Adds Visual Studio and Visual Studio Code configuration files (auto-generated) to .gitignore.

.gitignore

index a922398..2623f4a 100644 (file)
@@ -18,5 +18,13 @@ node_modules/
 *.xcodeproj
 *.swp
 *.pyc
+*.VC.db
+*.VC.VC.opendb
+.vs/
+.vscode/
+*.vcxproj
+*.vcxproj.user
+*.vcxproj.filters
+*.sln
 debug.log
-npm-debug.log
+npm-debug.log
\ No newline at end of file