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

This commit is contained in:
El RIDO 2017-01-29 15:11:04 +01:00
parent f1df27f46c
commit 339ab5e380
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -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