From da6dd2fce84ac24867b2fa8843cf8c47f4c12620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Sun, 19 Jun 2016 14:51:21 +0200 Subject: [PATCH] Exclude vendor and composer.lock from git, adding export-ignore to .gitattributes --- .gitattributes | 9 +++++++++ .gitignore | 3 ++- composer.json | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..19d1f39 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/LICENSE export-ignore +/README.md export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2ca502d..49c63d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/vendor d \ No newline at end of file +composer.lock +/vendor \ No newline at end of file diff --git a/composer.json b/composer.json index 432d9d7..b64f26b 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,9 @@ "phpxmlrpc/phpxmlrpc": "~4.0", "nesbot/carbon" : "~1.20" }, + "require-dev": { + "orchestra/testbench": "~3.0" + }, "autoload": { "psr-4": { "Codedge\\Evatr\\": "src/"