From 5798d8e57b223e9dfb7128a4d8cff64bea8a669c Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 3 May 2018 11:27:08 +0200 Subject: [PATCH] Enable src/preserve.belle to stop rebuilding Belle all the time --- .gitignore | 3 +++ src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f22544f35..6c180fa693 100644 --- a/.gitignore +++ b/.gitignore @@ -121,6 +121,9 @@ src/Umbraco.Web.UI.Client/bower_components/* /src/Umbraco.Web.UI/Umbraco/preview /src/Umbraco.Web.UI/Umbraco/preview.old +# ignore rule for clearing out Belle (avoid rebuilding all the time) +preserve.belle + #Ignore Rule for output of generated documentation files from Grunt docserve src/Umbraco.Web.UI.Client/docs/api src/*.boltdata/ diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index e03c3b4b41..a27f65620d 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -656,11 +656,12 @@ - + + - +