gitignore & web.config
This commit is contained in:
parent
6385bc5267
commit
8f4ce63da5
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ sites/*/private
|
||||
sites/*/tmp
|
||||
|
||||
error/
|
||||
|
||||
**.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rewrite>
|
||||
<rules>
|
||||
<rule name="Protect files and directories from prying eyes" stopProcessing="true">
|
||||
<match url="\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(\..*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock))$" />
|
||||
<match url="\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(\..*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|\.htaccess)$" />
|
||||
<action type="CustomResponse" statusCode="403" subStatusCode="0" statusReason="Forbidden" statusDescription="Access is forbidden." />
|
||||
</rule>
|
||||
<rule name="Force simple error message for requests for non-existent favicon.ico" stopProcessing="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user