Skip to content

Commit 614d357

Browse files
authored
Add .gitattributes (#20)
1 parent 58ff84b commit 614d357

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/.gitattributes export-ignore
2+
/.editorconfig export-ignore
3+
/.gitignore export-ignore
4+
/.travis.yml export-ignore
5+
/composer.lock export-ignore
6+
/CODE_OF_CONDUCT.md export-ignore
7+
/CONTRIBUTING.md export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/docs export-ignore
10+
/tests export-ignore
11+
/.github export-ignore
12+
13+
*.php diff=php

0 commit comments

Comments
 (0)