ソースを参照

Merge pull request #792 from mlocati/patch-1

Exclude development stuff from repository autogenerated ZIP archives
Jordi Boggiano 9 年 前
コミット
4dd4a29763
1 ファイル変更4 行追加3 行削除
  1. 4 3
      .gitattributes

+ 4 - 3
.gitattributes

@@ -1,3 +1,4 @@
-.gitattributes export-ignore
-.gitignore export-ignore
-.travis.yml export-ignore
+/doc export-ignore
+/tests export-ignore
+/.* export-ignore
+/phpunit.xml.dist