diff --git a/.gitignore b/.gitignore index 2d5f3ed..5792ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ xkeeper/ version.txt lib/config.php lib/firewall.php +.htaccess +favicon.gif +robots.txt +google*.html diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 123ceea..0000000 --- a/.htaccess +++ /dev/null @@ -1,7 +0,0 @@ - -ErrorDocument 403 /errors/403.html -ErrorDocument 404 /errors/404.html -ErrorDocument 500 /errors/500.html - -Order Allow,Deny -Allow from all diff --git a/robots.txt b/robots.txt deleted file mode 100644 index a534125..0000000 --- a/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -User-agent: * -Crawl-delay: 120 -Disallow: /calendar.php -Disallow: /board/calendar.php \ No newline at end of file