From c0993805f757452bb1d6290e5593f61f57fc4573 Mon Sep 17 00:00:00 2001 From: duxet Date: Thu, 7 Dec 2017 15:55:03 +0100 Subject: [PATCH] Add .gitattributes (#653) https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/ --- .gitattributes | 10 ++++++++++ appveyor.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ac1caff39 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.github export-ignore +/build export-ignore +/docs export-ignore +/examples export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/.scrutinizer.yml export-ignore +/appveyor.yml export-ignore diff --git a/appveyor.yml b/appveyor.yml index ab29b3077..7444322b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ build: false -shallow_clone: true +shallow_clone: false platform: 'x86' clone_folder: C:\projects\robo branches: