From d6fc7e2d84d0164db01b9a09b1b1c876b7ee05a0 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 31 Oct 2017 08:30:16 -0500 Subject: [PATCH] don't check in webpack build artifacts --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 432df054e..f8a0c970c 100644 --- a/.gitignore +++ b/.gitignore @@ -306,4 +306,5 @@ OpenCover/ # FilterLists Custom Ignores gs/Private.gs -appsettings.json \ No newline at end of file +appsettings.json +src/FilterLists.Web/wwwroot/dist \ No newline at end of file