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

View File

@@ -1 +1 @@
4ce3c2bb1d8bbd35c1b58d110118bb059ac6cd85 e1d3c8aeb8a85bfce1b4a5dcb79416139c992168