소스 검색

Merge pull request #194 from GrahamCampbell/gitstuff

Added a .gitattributes file
Daniele Alessandri 11 년 전
부모
커밋
b379d4f1b3
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .gitattributes

+ 8 - 0
.gitattributes

@@ -0,0 +1,8 @@
+* text=auto
+
+/tests export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/.travis.yml export-ignore
+/phpunit.xml.dist export-ignore
+/phpunit.xml.travisci export-ignore