added missing composer.lock and added new identicon library, running: composer update --no-dev --optimize-autoloader
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,15 +1,13 @@
|
||||
# Ignore data/, tmp/ and vendor/
|
||||
data/
|
||||
!lib/data/
|
||||
tmp/
|
||||
vendor/
|
||||
# Ignore for safety
|
||||
.htaccess
|
||||
.htpasswd
|
||||
# Ignore data/ and vendor/
|
||||
data/
|
||||
!lib/data/
|
||||
vendor/
|
||||
# Ignore unit testing logs, api docs and eclipse project files
|
||||
tst/log/
|
||||
doc/
|
||||
composer.lock
|
||||
tst/log/
|
||||
.settings
|
||||
.buildpath
|
||||
.project
|
||||
|
||||
Reference in New Issue
Block a user