N°2651 Remove lib test files from index

This commit is contained in:
Pierre Goiffon
2019-12-20 11:55:55 +01:00
parent 4766ca3fd0
commit c75e6960a7
1896 changed files with 5 additions and 134443 deletions

5
.gitignore vendored
View File

@@ -15,6 +15,11 @@
# composer reserver directory, from sources, populate/update using "composer install"
vendor/*
test/vendor/*
# remove tests from libs (N°2651)
/lib/**/test/**
/lib/**/tests/**
/lib/**/Test/**
/lib/**/Tests/**
# all datas but listing prevention
/data/**