Delete excluded files & adjsut exlcusion

Also add Composer license to LICENSE.md as it is excluded right now
This commit is contained in:
rugk
2016-08-17 19:44:03 +02:00
parent 49beb2ff64
commit 47b5d315f6
5 changed files with 25 additions and 1033 deletions

5
.gitignore vendored
View File

@@ -5,7 +5,7 @@
# Ignore data/
data/
# Ignore vendor dir except PHP files
# Ignore vendor dir of Compser except PHP files
vendor/*.*
vendor/*/*.*
vendor/*/*/*.*
@@ -18,8 +18,9 @@ vendor/**/tst
vendor/**/tests
!vendor/**/*.php
composer.lock
# Ignore unit testing logs, api docs and eclipse project files
doc/
tst/log/
.settings
.buildpath