Skip to content
Browse files

Clean up expired entries, fix whitespace.

  • Loading branch information...
1 parent b55b891 commit 06581f9c741966f7b1ea4f390a84b456a64d6ee8 @JimBobSquarePants JimBobSquarePants committed
Showing with 0 additions and 13 deletions.
  1. +0 −13 Umbraco.gitignore
View
13 Umbraco.gitignore
@@ -1,21 +1,11 @@
# Note: VisualStudio gitignore rules may also be relevant
-# =========================
# Umbraco
-# =========================
# Ignore unimportant folders generated by Umbraco
-**/App_Data/ClientDependency/
-**/App_Data/ExamineIndexes/
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
**/App_Data/NuGetBackup/
-**/App_Data/FeedCache/
-**/App_Data/courier/revisions/
-**/App_Data/courier/cache/
-**/App_Data/umbraco.licensing.log.txt
-**/App_Data/*.udt
-**/aspnet_client/
# Ignore Umbraco content cache file
**/App_Data/umbraco.config
@@ -25,8 +15,5 @@
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
-# =========================
# ImageProcessor DiskCache
-# =========================
**/App_Data/cache/
-Cached/

2 comments on commit 06581f9

@Phyxion

Why remove ClientDependency and courier (both in App_Data)? These folders are still created in the latest Umbraco version.

@JimBobSquarePants

Client dependency folders are actually created in the Temp folder so that entry was incorrect. Courier is considered non-core also.

Please sign in to comment.
Something went wrong with that request. Please try again.