Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Umbraco
  2. # Ignore unimportant folders generated by Umbraco
  3. **/App_Data/Logs/
  4. **/App_Data/[Pp]review/
  5. **/App_Data/TEMP/
  6. **/App_Data/NuGetBackup/
  7.  
  8.  
  9. # Ignore Umbraco content cache file
  10. **/App_Data/umbraco.config
  11.  
  12.  
  13. # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
  14. # Make sure to include details from VisualStudio.gitignore BEFORE this
  15. !**/App_Data/[Pp]ackages/
  16. !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
  17.  
  18.  
  19. # ImageProcessor DiskCache
  20. **/App_Data/cache/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement