Skip to content

Commit 24bd65a

Browse files
committed
Add .gitattributes
1 parent da33367 commit 24bd65a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: .gitattributes

+23
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)