Skip to content

Commit 96554de

Browse files
authored
Add .gitattributes
Exclude non-essential files in .gitattributes.
1 parent 3b116c1 commit 96554de

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+
2+
* text=auto
3+
4+
/doc export-ignore
5+
/tests export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.styleci.yml export-ignore
9+
/.travis.yml export-ignore
10+
/phpunit.xml.dist export-ignore
11+
/README.md export-ignore
12+
/UPGRADE.md export-ignore

0 commit comments

Comments
 (0)