Skip to content

Commit

Permalink
Added .gitattributes and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ramsey committed Jan 27, 2015
1 parent fd19c1a commit c2ba6da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.gitignore export-ignore
/.gitattributes export-ignore
/.travis.yml export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.phar
.DS_Store
/build/
/docs/
/vendor/
composer.lock
phpunit.xml

0 comments on commit c2ba6da

Please sign in to comment.