Skip to content

Commit

Permalink
ignore composer.lock in applications (yii2-dev only)
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed May 25, 2014
1 parent 18190b7 commit d3cb54b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Thumbs.db
composer.phar
# composer.lock should not be committed as we always want the latest versions
/composer.lock
# composer.lock in applications is ignored in dev repo, will be committed in checked out app repos
/apps/*/composer.lock

# Mac DS_Store Files
.DS_Store
Expand Down

0 comments on commit d3cb54b

Please sign in to comment.