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 @@
-
+
+
-
+