diff options
author | Richard Thompson <richarth@gmail.com> | 2017-12-15 02:09:14 +0000 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2017-12-15 12:39:14 +1030 |
commit | 15d9a616ae9052559b86605f5a12f7b94bf73797 (patch) | |
tree | e818a79e32b518887c2beefe79bfa2bc2cf802f9 | |
parent | 6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e (diff) | |
download | gitignore-15d9a616ae9052559b86605f5a12f7b94bf73797.tar.gz gitignore-15d9a616ae9052559b86605f5a12f7b94bf73797.zip |
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
-rw-r--r-- | Umbraco.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |