We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a408a4a commit 9577dabCopy full SHA for 9577dab
1 file changed
.gitattributes
@@ -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