Skip to content

Commit 748704e

Browse files
authored
Merge pull request #10 from dmt-software/1.0
added git attributes file
2 parents 805acae + fe8b7bf commit 748704e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# exclude from dist
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.scrutinizer.yml export-ignore
5+
/.travis.yml export-ignore
6+
/phpcs.xml export-ignore
7+
/phpunit.xml.dist export-ignore
8+
/tests export-ignore
9+
10+
# configure git diff output
11+
*.php diff=php
12+

0 commit comments

Comments
 (0)