From 9a097c7cf465135cb546773e7f7bdb37bffb241f Mon Sep 17 00:00:00 2001 From: Mathew Henson Date: Mon, 20 Jun 2016 15:42:30 +0100 Subject: [PATCH] Ignore temp, installed and distribution folders --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f2c954..f4f5a24 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ x86/ build/ bld/ [Oo]bj/ +[Dd]ist/ +third-party/ +src/temp-css # Visual Studo 2015 cache/options directory .vs/ @@ -129,7 +132,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj