mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
improve umbraco ignores
This commit is contained in:
parent
250a511357
commit
206c7e4577
@ -1,9 +1,17 @@
|
|||||||
# Ignore Umbraco folders (Generated folders created by Umbraco)
|
# Make sure to include ignores from VisualStudio.gitignore if developing on Umbraco using Visual Studio
|
||||||
ClientDependency/
|
|
||||||
TEMP/
|
# Ignore unimportant folders generated by Umbraco
|
||||||
Logs/
|
**/App_Data/ClientDependency/
|
||||||
|
**/App_Data/ExamineIndexes/
|
||||||
|
**/App_Data/Logs/
|
||||||
|
**/App_Data/[Pp]review/
|
||||||
|
**/App_Data/TEMP/
|
||||||
Cached/
|
Cached/
|
||||||
ExamineIndexes/
|
|
||||||
|
|
||||||
# Ignore Umbraco content cache file
|
# Ignore Umbraco content cache file
|
||||||
umbraco.config
|
**/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/developer/[Pp]ackages
|
Loading…
Reference in New Issue
Block a user