Skip to content

Commit

Permalink
gitignore composer vendor directory
Browse files Browse the repository at this point in the history
`composer create-project` (see 6a6ff88
) adds vendor directory which we do not want to have in version control.
  • Loading branch information
lukasbesch committed Feb 14, 2016
1 parent 26ea904 commit 7c440a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
bower_components
node_modules
npm-debug.log
vendor

0 comments on commit 7c440a9

Please sign in to comment.