Skip to content

Commit 569a03d

Browse files
committed
Minor build fix: added placeholder file to folder Content/files/ExportImport and changed gitignore accordingly
1 parent df6608b commit 569a03d

4 files changed

Lines changed: 3 additions & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Kopie von*
205205
/src/Presentation/SmartStore.Web/Media
206206

207207
# Import/Export
208-
/src/Presentation/SmartStore.Web/Content/files/[Ee]xport[Ii]mport
208+
/src/Presentation/SmartStore.Web/Content/files/[Ee]xport[Ii]mport/*.*
209209

210210
# Media
211211
/src/Presentation/SmartStore.Web/Media/[Tt]humbs
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


src/Presentation/SmartStore.Web/Content/files/Index.htm

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Presentation/SmartStore.Web/SmartStore.Web.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
<Content Include="Content\editors\tinymce4\skins\smartstore\fonts\icomoon.woff" />
613613
<Content Include="Content\editors\tinymce4\skins\smartstore\fonts\readme.md" />
614614
<Content Include="Content\editors\tinymce4\skins\smartstore\skin.json" />
615+
<Content Include="Content\files\ExportImport\placeholder" />
615616
<None Include="Content\fonts\raw\fonts\Fontastic.svg" />
616617
<None Include="Content\fonts\raw\index.html" />
617618
<None Include="Content\fonts\raw\license.txt" />
@@ -1145,8 +1146,6 @@
11451146
<Content Include="Content\bootstrap\js\bootstrap-tooltip.js" />
11461147
<Content Include="Content\bootstrap\js\bootstrap-transition.js" />
11471148
<Content Include="Content\bootstrap\js\bootstrap-typeahead.js" />
1148-
<Content Include="Content\files\ExportImport\Index.htm" />
1149-
<Content Include="Content\files\Index.htm" />
11501149
<Content Include="Content\bootstrap\custom\image-gallery.less" />
11511150
<Content Include="Content\bootstrap\js\custom\bootstrap-image-gallery.js" />
11521151
<Content Include="Content\bootstrap\custom\images\loading.gif" />

0 commit comments

Comments
 (0)