From f13132140306a41f022ab32a643ad4b5b1e3ecc2 Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Sat, 1 Dec 2018 16:59:30 +0000 Subject: [PATCH] Extend gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 150691a..3b7b15a 100644 --- a/.gitignore +++ b/.gitignore @@ -215,3 +215,7 @@ FakesAssemblies/ **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml _Pvt_Extensions + +# ignore EVERYTHING +*.vcxproj* +*.sln \ No newline at end of file