From 28d683b3ea393c64cad6128bdb9d6ce13dfad253 Mon Sep 17 00:00:00 2001 From: Brady Vercher Date: Thu, 16 Jan 2020 15:19:26 -0800 Subject: [PATCH] Add a .gitattributes file to exclude development files from git releases. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..82c687f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.github export-ignore +/assets-repo export-ignore +/bin export-ignore +/tests export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +composer.json export-ignore +phpunit.xml.dist export-ignore