Browse Source

删了一些不必要的文件

v1.4
大石头 9 years ago
parent
commit
f50ed3f32a
  1. 4
      GitCandy/App_Data/.gitignore
  2. 12
      GitCandy/App_Data/Web.config
  3. 2
      GitCandy/GitCandy.csproj
  4. 4
      GitCandy/bin/.gitignore
  5. 12
      GitCandy/bin/Web.config

4
GitCandy/App_Data/.gitignore

@ -1,4 +0,0 @@
# to keep the web.config file
*
!.gitignore
![Ww]eb.[Cc]onfig

12
GitCandy/App_Data/Web.config

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<denyUrlSequences>
<add sequence="/" />
</denyUrlSequences>
</requestFiltering>
</security>
</system.webServer>
</configuration>

2
GitCandy/GitCandy.csproj

@ -178,8 +178,6 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="App_Data\Web.config" />
<Content Include="bin\Web.config" />
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap-switch.css" />
<Content Include="Content\highlight.css" />

4
GitCandy/bin/.gitignore

@ -1,4 +0,0 @@
# to keep the web.config file
*
!.gitignore
![Ww]eb.[Cc]onfig

12
GitCandy/bin/Web.config

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<denyUrlSequences>
<add sequence="/" />
</denyUrlSequences>
</requestFiltering>
</security>
</system.webServer>
</configuration>
Loading…
Cancel
Save