We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da33367 commit 24bd65aCopy full SHA for 24bd65a
1 file changed
.gitattributes
@@ -0,0 +1,23 @@
1
+* text=auto eol=lf
2
+
3
+*.blade.php diff=html
4
+*.css diff=css
5
+*.html diff=html
6
+*.md diff=markdown
7
+# better diffs https://php.watch/articles/composer-gitattributes#diff-php
8
+*.php diff=php
9
10
+/.github export-ignore
11
+/resources export-ignore
12
13
+*.css linguist-vendored
14
+*.js linguist-vendored
15
+*.php eol=lf
16
+*.md text eol=lf
17
18
+/composer.lock -merge
19
20
+# Denote all files that are truly binary and should not be modified.
21
+*.png binary
22
+*.jpg binary
23
+*.gif binary
0 commit comments