Skip to content

Commit 9577dab

Browse files
committed
Add git attributes file.
1 parent a408a4a commit 9577dab

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.gitattributes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Markdown files
2+
* text=auto
3+
README.md merge=union
4+
5+
# PHP files
6+
*.php diff=php
7+
composer.json merge=ours
8+
9+
# export-ignore
10+
/.gitignore export-ignore
11+
/build export-ignore
12+
/CHANGELOG.md export-ignore
13+
/docs export-ignore
14+
/phpunit.dist.xml export-ignore
15+
/phpunit.xml.dist export-ignore
16+
/tests export-ignore
17+
/UPGRADE-*.md export-ignore
18+
19+
# (Handle like) binary files
20+
/**/*.js.map binary
21+
/**/*.min.js binary

0 commit comments

Comments
 (0)