From cf1be37073bc745d0df8b6c1af6c2c62fa8bce56 Mon Sep 17 00:00:00 2001 From: Giri Dhar Date: Tue, 24 Jan 2017 19:46:49 +0530 Subject: [PATCH] gitattributes file added --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0161923 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Items to ignore when downloading release + +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +composer.json export-ignore +composer.lock export-ignore +CONTRIBUTING.md export-ignore +phpunit.xml export-ignore +README.md export-ignore +/tests/ export-ignore +/vendor/ export-ignore +/.idea/ export-ignore \ No newline at end of file