From e31d9f5e0a3b7b6d94fd3b997c69750b337f06f0 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 5 Apr 2020 23:09:17 +0300 Subject: [PATCH] Added gitattributes to exclude dev files from dist archives --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ad7f9218 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpcs.xml.dist +/psalm.xml.dist +/.travis.yml +/README.md +/codeception.yml