Skip to content

Commit 418c95d

Browse files
committed
Add .gitattributes
1 parent de1fb57 commit 418c95d

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+
* text=auto
2+
3+
*.blade.php diff=html
4+
*.css diff=css
5+
*.html diff=html
6+
*.md diff=markdown
7+
*.php diff=php
8+
9+
/.github export-ignore
10+
/tests export-ignore
11+
.gitattributes export-ignore
12+
.gitignore export-ignore

0 commit comments

Comments
 (0)