From c2ba6da2cdd181c8a98f822a797f4391d39b0cb3 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 27 Jan 2015 11:35:18 -0600 Subject: [PATCH] Added .gitattributes and .gitignore --- .gitattributes | 5 +++++ .gitignore | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..43807b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.gitignore export-ignore +/.gitattributes export-ignore +/.travis.yml export-ignore +/tests export-ignore +/phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa0b3ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.phar +.DS_Store +/build/ +/docs/ +/vendor/ +composer.lock +phpunit.xml