From 2e69e49b37e530848f540e9c8f8b36bc1b37ddb9 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Tue, 13 Oct 2020 18:17:32 +0200 Subject: [PATCH] removed .git from htaccess (not working) --- .htaccess | 6 +----- .idea/workspace.xml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index c8b90ed..81e555e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,4 @@ <Files "cookies.txt"> Order Allow,Deny Deny from all -</Files> -<Directory .git> - order allow,deny - deny from all -</Directory> \ No newline at end of file +</Files> \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e885b84..e6251be 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -71,7 +71,7 @@ <workItem from="1601888004249" duration="2583000" /> <workItem from="1602322762276" duration="291000" /> <workItem from="1602599132329" duration="313000" /> - <workItem from="1602599911536" duration="2120000" /> + <workItem from="1602599911536" duration="2804000" /> </task> <servers /> </component> -- GitLab