From c4c8c1fec871f880943f03766792f7376231e916 Mon Sep 17 00:00:00 2001 From: Watts Date: Thu, 13 Apr 2017 21:12:41 +0100 Subject: [PATCH] ignore the minified spa.js and spa.css files (generated on build). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 331e2c1..97a2c2b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ **/node_modules/* **csproj.DotSettings **.csproj.user +*spa.min.*