From ad28d56d6318eb26f15ebebf75c18fbfedb76de9 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Mon, 25 Sep 2017 10:09:55 -0500 Subject: [PATCH] .gitignore file cleanup --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f57b9e4570..76bd9284a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ _build/ _site/ Properties/ -node_modules/ # Use git add -f to force override .sln when required. Not needed in most cases. # git add -f myProj.sln @@ -213,4 +212,6 @@ __pycache__/ #Mac OSX .DS_Store -aspnetcore/fundamentals/servers/httpsys/_static/Thumbs.db + +# Windows thumbnail cache files +Thumbs.db \ No newline at end of file