Excluding files

This commit is contained in:
2021-10-23 20:11:02 +10:00
parent f1bd3f0799
commit 7c402dea5a
6 changed files with 32 additions and 20 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
/node_modules/
/bin/
/obj/

View File

@@ -1 +0,0 @@
DredgePos

6
.idea/.idea.DredgePos.dir/.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@@ -156,7 +156,7 @@
<virtualDirectoryDefaults allowSubDirConfig="true" />
<site name="DredgePos" id="1">
<application path="/" applicationPool="DredgePos AppPool">
<virtualDirectory path="/" physicalPath="C:\Users\dredgy\RiderProjects\WebApplication\WebApplication" />
<virtualDirectory path="/" physicalPath="C:\Users\dredgy\RiderProjects\DredgePos\DredgePos" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:55543:localhost" />
@@ -984,10 +984,15 @@
<handlers>
<add name="aspNetCore" path="*" verb="*" resourceType="Unspecified" modules="aspnetcorev2" />
</handlers>
<modules><add name="aspnetcorev2" /><remove name="WebMatrixSupportModule" /></modules>
<modules>
<add name="aspnetcorev2" />
<remove name="WebMatrixSupportModule" />
</modules>
<aspNetCore stdoutLogEnabled="false" startupTimeLimit="3600" requestTimeout="23:00:00" processPath="%ANCM_LAUNCHER_PATH%" hostingModel="InProcess" arguments="%ANCM_LAUNCHER_ARGS%" />
<httpCompression>
<dynamicTypes><add mimeType="text/event-stream" enabled="false" /></dynamicTypes>
<dynamicTypes>
<add mimeType="text/event-stream" enabled="false" />
</dynamicTypes>
</httpCompression>
</system.webServer>
</location>

View File

@@ -1 +1 @@
4ce3c2bb1d8bbd35c1b58d110118bb059ac6cd85
e1d3c8aeb8a85bfce1b4a5dcb79416139c992168