Skip to content

Commit c2ba6da

Browse files
author
Ben Ramsey
committed
Added .gitattributes and .gitignore
1 parent fd19c1a commit c2ba6da

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.gitignore export-ignore
2+
/.gitattributes export-ignore
3+
/.travis.yml export-ignore
4+
/tests export-ignore
5+
/phpunit.xml.dist export-ignore

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.phar
2+
.DS_Store
3+
/build/
4+
/docs/
5+
/vendor/
6+
composer.lock
7+
phpunit.xml

0 commit comments

Comments
 (0)