ソースを参照

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