From 6f9565d9796a7a6c3fa919faffc442f80636679a Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 16 Jul 2020 17:21:21 +0200 Subject: [PATCH] Remove duplicated entries from .gitignore --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ace1ea6df..4b6b1da65 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,6 @@ # maintenance mode (N°2240) /.maintenance -# listing prevention in conf directory -/conf/** -!/conf/.htaccess -!/conf/index.php -!/conf/web.config - # composer reserver directory, from sources, populate/update using "composer install" vendor/* test/vendor/* @@ -19,6 +13,7 @@ test/vendor/* # all conf but listing prevention /conf/** !/conf/.htaccess +!/conf/index.php !/conf/web.config # all datas but listing prevention