Remove duplicated lines in .gitignore

This commit is contained in:
Molkobain
2022-04-21 14:26:56 +02:00
parent 6e619f2c35
commit 83ec19dfca

7
.gitignore vendored
View File

@@ -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