ignoring composer.lock, so it isn't accidentally checked in (again)
This commit is contained in:
parent
f1df27f46c
commit
339ab5e380
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
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…
Reference in a new issue