Commit 0a00b0b8 authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1661 from JimBobSquarePants/patch-2

Update Umbraco.gitignore
parents 95bdb4e3 06581f9c
# Note: VisualStudio gitignore rules may also be relevant # Note: VisualStudio gitignore rules may also be relevant
# Umbraco
# Ignore unimportant folders generated by Umbraco # Ignore unimportant folders generated by Umbraco
**/App_Data/ClientDependency/
**/App_Data/ExamineIndexes/
**/App_Data/Logs/ **/App_Data/Logs/
**/App_Data/[Pp]review/ **/App_Data/[Pp]review/
**/App_Data/TEMP/ **/App_Data/TEMP/
Cached/ **/App_Data/NuGetBackup/
# Ignore Umbraco content cache file # Ignore Umbraco content cache file
**/App_Data/umbraco.config **/App_Data/umbraco.config
...@@ -15,3 +14,6 @@ Cached/ ...@@ -15,3 +14,6 @@ Cached/
# Make sure to include details from VisualStudio.gitignore BEFORE this # Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/ !**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
# ImageProcessor DiskCache
**/App_Data/cache/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment