浏览代码

Added .gitattributes to exclude tests from the release version #34

Ne-Lexa 7 年之前
父节点
当前提交
e1108f9a24
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .gitattributes

+ 6 - 0
.gitattributes

@@ -0,0 +1,6 @@
+.gitattributes export-ignore
+.github export-ignore
+.gitignore export-ignore
+.travis.yml export-ignore
+phpunit.xml export-ignore
+tests export-ignore