From f46877748dec9677bd991b829ff1167955df8de1 Mon Sep 17 00:00:00 2001 From: Tolik Pylypchuk Date: Fri, 15 Sep 2017 22:56:05 +0300 Subject: [PATCH] Add wwwroot/dist/ and wwwroot/files/ to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fb4d3594..4076730c 100644 --- a/.gitignore +++ b/.gitignore @@ -173,6 +173,8 @@ ClientBin/ orleans.codegen.cs node_modules/ +**/wwwroot/dist/ +**/wwwroot/files/ **/yarn.lock