소스 검색

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