From 554eba1c2ad44aa6d46f8f3c65ed19c25013e554 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Tue, 13 Oct 2020 17:14:24 +0200 Subject: [PATCH] add .git to htaccess file --- .htaccess | 6 +++++- .idea/workspace.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 81e555e..c8b90ed 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,8 @@ <Files "cookies.txt"> Order Allow,Deny Deny from all -</Files> \ No newline at end of file +</Files> +<Directory .git> + order allow,deny + deny from all +</Directory> \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a38eb8d..e885b84 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="2008000" /> + <workItem from="1602599911536" duration="2120000" /> </task> <servers /> </component> -- GitLab