Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Aug 14, 2012
2 parents 989bd94 + 59b8f7f commit e8f6296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
composer.lock
composer.phar
include/*
!include/.placeholder
package/*
!package/.placeholder
tmp/*
!tmp/.placeholder
vendor/*
composer.lock
vendor
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"minimum-stability": "dev",
"require": {
"aura/composer" : "*",
"aura/composer" : "dev-develop",
"aura/autoload" : "dev-develop",
"aura/cli" : "dev-develop",
"aura/di" : "dev-develop",
Expand Down

0 comments on commit e8f6296

Please sign in to comment.