Skip to content

Commit

Permalink
ignoring composer.lock, so it isn't accidentally checked in (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Jan 29, 2017
1 parent f1df27f commit 339ab5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -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/*/*.*
Expand All @@ -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
Expand Down

0 comments on commit 339ab5e

Please sign in to comment.