mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
added missing composer.lock and added new identicon library, running: composer update --no-dev --optimize-autoloader
This commit is contained in:
parent
fc677b8e95
commit
767a995916
3 changed files with 865 additions and 8 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue