Merge branch 'DP1-Convert-Floorplan-To-TypeScript' into main

# Conflicts:
#	.gitignore
This commit is contained in:
2021-11-09 17:43:03 +10:00
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
/node_modules/ /node_modules/
/bin/ /bin/
/obj/ /obj/
*.dll
*.xml
/tables/*

View File

@@ -61,6 +61,7 @@
<Content Include="xslt\orderXMLtoHTML.xslt" /> <Content Include="xslt\orderXMLtoHTML.xslt" />
<Content Include="xslt\orderHtmltoXML.xslt" /> <Content Include="xslt\orderHtmltoXML.xslt" />
<Content Include="xslt\htmlToEscPos.xslt" /> <Content Include="xslt\htmlToEscPos.xslt" />
<Content Include=".gitignore" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -1 +0,0 @@