You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Umbraco 785B

1234567891011121314151617181920212223242526
  1. ## Ignore Umbraco files/folders generated for each instance
  2. ##
  3. ## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
  4. # Note: VisualStudio gitignore rules may also be relevant
  5. # Umbraco
  6. # Ignore unimportant folders generated by Umbraco
  7. **/App_Data/Logs/
  8. **/App_Data/[Pp]review/
  9. **/App_Data/TEMP/
  10. **/App_Data/NuGetBackup/
  11. # Ignore Umbraco content cache file
  12. **/App_Data/umbraco.config
  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. # ImageProcessor DiskCache
  18. **/App_Data/cache/
  19. # Ignore the Models Builder models out of date flag
  20. **/App_Data/Models/ood.flag