From 83ec19dfcad7a32a4f86b8cc6633644dc8c4ff6f Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 21 Apr 2022 14:26:56 +0200 Subject: [PATCH] Remove duplicated lines in .gitignore --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9bb9bc145..2b22be192 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