summaryrefslogtreecommitdiff
path: root/gitignore/Umbraco.gitignore
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-07-14 20:18:58 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-07-14 20:18:58 +0100
commit5374bed33eb4c1e233ed692510005da898ffbfa7 (patch)
treefcbb2033b05b2131895ac894719395664c17a839 /gitignore/Umbraco.gitignore
parent6aa1eaaa4ff418c7db43c4cb6ade49bb6f0c82a3 (diff)
parent230da59daa434340ff02905226b218d9589cb82b (diff)
Merge commit '230da59daa434340ff02905226b218d9589cb82b' as 'gitignore'
Diffstat (limited to 'gitignore/Umbraco.gitignore')
-rw-r--r--gitignore/Umbraco.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/gitignore/Umbraco.gitignore b/gitignore/Umbraco.gitignore
new file mode 100644
index 0000000..cd90af3
--- /dev/null
+++ b/gitignore/Umbraco.gitignore
@@ -0,0 +1,26 @@
+## Ignore Umbraco files/folders generated for each instance
+##
+## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
+
+# Note: VisualStudio gitignore rules may also be relevant
+
+# Umbraco
+# Ignore unimportant folders generated by Umbraco
+**/App_Data/Logs/
+**/App_Data/[Pp]review/
+**/App_Data/TEMP/
+**/App_Data/NuGetBackup/
+
+# Ignore Umbraco content cache file
+**/App_Data/umbraco.config
+
+# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
+# Make sure to include details from VisualStudio.gitignore BEFORE this
+!**/App_Data/[Pp]ackages/*
+!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
+
+# ImageProcessor DiskCache
+**/App_Data/cache/
+
+# Ignore the Models Builder models out of date flag
+**/App_Data/Models/ood.flag