From 15d9a616ae9052559b86605f5a12f7b94bf73797 Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Fri, 15 Dec 2017 02:09:14 +0000 Subject: [PATCH] Ignoring the models builder out of date flag (#2543) The out of date models flag is automatically generated by the system, we don't want this in Git --- Umbraco.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index b6b0743f..c0392626 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -21,3 +21,6 @@ # ImageProcessor DiskCache **/App_Data/cache/ + +# Ignore the Models Builder models out of date flag +**/App_Data/Models/ood.flag