mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

We need to copy contents files from Modules, Themes and Core directory of Orchard.Web into the respective directory in Orchard.Azure.Web. This is because when running Orchard.Azure.Web in Visual Studio, the web application runs from the Orchard.Azure.Web directory. Also update .hgignore file to ignore these directories. --HG-- branch : dev extra : transplant_source : %BB%F5j%1ANvL%B2g%2C%7EQ%3A%10VT%EA%D7%28%B5
27 lines
526 B
Plaintext
27 lines
526 B
Plaintext
glob:bin
|
|
glob:Bin
|
|
glob:obj
|
|
glob:App_Data
|
|
glob:_ReSharper*
|
|
glob:*.user
|
|
glob:*.patch
|
|
glob:*.hg
|
|
glob:build
|
|
glob:buildazure
|
|
glob:buildtasks
|
|
glob:artifacts
|
|
glob:*.sln.cache
|
|
glob:src/Orchard.Web/Media/*
|
|
glob:desktop.ini
|
|
glob:log.xml
|
|
glob:profiling
|
|
glob:*.ReSharper
|
|
glob:*.orig
|
|
glob:*.suo
|
|
glob:src/Orchard.Web/Modules-temp/*
|
|
glob:*.itrace.csdef
|
|
glob:*.build.csdef
|
|
glob:src/Orchard.Azure/Orchard.Azure.Web/Core
|
|
glob:src/Orchard.Azure/Orchard.Azure.Web/Modules
|
|
glob:src/Orchard.Azure/Orchard.Azure.Web/Themes
|