From f80d5d9edcbb892e1432cebfe3cb102534e9cdf6 Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Sun, 4 Nov 2018 14:35:53 -0800 Subject: [PATCH] .gitignore some additional specific files --- .gitignore | 4 ++++ .htaccess | 7 ------- robots.txt | 4 ---- 3 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 .htaccess delete mode 100644 robots.txt 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