소스 검색

:sparkles:

smiley 2 년 전
부모
커밋
fa7a09d0e0
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      .gitattributes

+ 17 - 0
.gitattributes

@@ -0,0 +1,17 @@
+/.build            export-ignore
+/.github           export-ignore
+/.phan             export-ignore
+/.phpdoc           export-ignore
+/docs              export-ignore
+/examples          export-ignore
+/tests             export-ignore
+/.editorconfig     export-ignore
+/.gitattributes    export-ignore
+/.gitignore        export-ignore
+/.readthedocs.yml  export-ignore
+/phpcs.xml.dist    export-ignore
+/phpdoc.xml.dist   export-ignore
+/phpmd.xml.dist    export-ignore
+/phpunit.xml.dist  export-ignore
+
+*.php diff=php