Skip to content

Commit 6b6626e

Browse files
authored
Merge pull request #2 from thinkverse/gitattributes
Decrease package size with `.gitattributes`
2 parents 615ece5 + 00ee185 commit 6b6626e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
13+
.php-cs-fixer.php export-ignore
14+
phpunit.xml export-ignore
15+
php.yml export-ignore

0 commit comments

Comments
 (0)