ignoring composer.lock, so it isn't accidentally checked in (again)

pull/173/head
El RIDO 7 years ago
parent f1df27f46c
commit 339ab5e380
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

6
.gitignore vendored

@ -9,6 +9,10 @@ data/
doc/*
!doc/*.md
# Ignore developers composer status so it isn't accidentally checked in,
# see https://github.com/PrivateBin/PrivateBin/issues/84
composer.lock
# Ignore vendor dir of Composer except PHP files
vendor/*.*
vendor/*/*.*
@ -23,7 +27,7 @@ vendor/**/tests
vendor/**/build_phar.php
!vendor/**/*.php
# Ignore unit testing logs, api docs and eclipse project files
# Ignore local node modules, unit testing logs, api docs and eclipse project files
js/node_modules/
tst/log/
.settings

Loading…
Cancel
Save