From 74ebfcd529e631a3703309532da4879c0a540b51 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sat, 13 Jan 2018 16:13:24 +0000 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..664236b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Exclude these files from release archives. +# This will also make them unavailable when using Composer with `--prefer-dist`. +# If you develop for this package using Composer, use `--prefer-source`. +# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production +# https://blog.madewithlove.be/post/gitattributes/ + +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.phpcs.xml.dist export-ignore +/CHANGELOG.md export-ignore +/CODE_OF_CONDUCT.md export-ignore +/README.md export-ignore