Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Nov 11, 2013
1 parent 7e02d4a commit 4088ca3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.buildpath
.project
.settings
build
phpunit.xml
phpdoc
.idea
vendor
composer.lock
/.buildpath
/.project
/.settings
/.idea
/build
/phpunit.xml
/phpdoc
/sample
/vendor
/composer.lock

0 comments on commit 4088ca3

Please sign in to comment.