Delete excluded files & adjsut exlcusion
Also add Composer license to LICENSE.md as it is excluded right now
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user