浏览代码

Add .gitattributes file (#319)

Antoine Lamirault 5 月之前
父节点
当前提交
07ff113c48
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .gitattributes

+ 6 - 0
.gitattributes

@@ -0,0 +1,6 @@
+/.github export-ignore
+/tests export-ignore
+/.gitattributes export-ignore
+/.gitignore export-ignore
+/phpcs.xml.dist export-ignore
+/phpunit.xml.dist export-ignore