Allow PHP files in vendor dir to be committed

This commit is contained in:
rugk
2016-08-17 19:37:40 +02:00
parent a9759f1872
commit 49beb2ff64
4 changed files with 114 additions and 3 deletions

20
.gitignore vendored
View File

@@ -1,9 +1,23 @@
# Ignore for safety
# Ignore server files for safety
.htaccess
.htpasswd
# Ignore data/ and vendor/
# Ignore data/
data/
vendor/
# Ignore vendor dir except PHP files
vendor/*.*
vendor/*/*.*
vendor/*/*/*.*
vendor/*/*/*/*.*
vendor/*/*/*/*/*.*
vendor/*/*/*/*/*/*.*
vendor/**/LICENSE
vendor/**/test
vendor/**/tst
vendor/**/tests
!vendor/**/*.php
# Ignore unit testing logs, api docs and eclipse project files
doc/
tst/log/