Excluding files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
/node_modules/
|
/node_modules/
|
||||||
|
/bin/
|
||||||
|
/obj/
|
||||||
|
|||||||
1
.idea/.idea.DredgePos.dir/.idea/.name
generated
1
.idea/.idea.DredgePos.dir/.idea/.name
generated
@@ -1 +0,0 @@
|
|||||||
DredgePos
|
|
||||||
6
.idea/.idea.DredgePos.dir/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.DredgePos.dir/.idea/vcs.xml
generated
Normal 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>
|
||||||
41
.idea/config/applicationhost.config
generated
41
.idea/config/applicationhost.config
generated
@@ -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>
|
||||||
@@ -1 +1 @@
|
|||||||
4ce3c2bb1d8bbd35c1b58d110118bb059ac6cd85
|
e1d3c8aeb8a85bfce1b4a5dcb79416139c992168
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user