license txt fix and robots.txt
This commit is contained in:
parent
fdc35a8680
commit
ad9fa07810
|
@ -508,6 +508,7 @@ custom-*.*
|
|||
|
||||
*.log
|
||||
*.txt
|
||||
!/server/robots.txt
|
||||
|
||||
config.json
|
||||
|
||||
|
|
|
@ -22,9 +22,15 @@ $baseConfig = [
|
|||
*examples*
|
||||
*examples
|
||||
*Makefile*
|
||||
*LICENSE*
|
||||
*CREDITS*
|
||||
*VERSION*
|
||||
*CHANGELOG*
|
||||
*.md
|
||||
*.rst
|
||||
*.txt
|
||||
!resources/dist/*.LICENSE.txt
|
||||
!robots.txt
|
||||
*.sh
|
||||
*editorconfig
|
||||
*doc*
|
||||
|
@ -34,10 +40,6 @@ $baseConfig = [
|
|||
*.phpstorm*
|
||||
*.php_cs*
|
||||
*.xml
|
||||
*LICENSE*
|
||||
*CREDITS*
|
||||
*VERSION*
|
||||
*CHANGELOG*
|
||||
*phpcs*
|
||||
*phpstan*
|
||||
*phpunit*
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
<FilesMatch "\.(log|txt)$">
|
||||
<FilesMatch "\.log$">
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
Loading…
Reference in New Issue