Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit a7ebfe5

Browse files
committed
Add .gitattributes with export-ignore
1 parent eb85ab7 commit a7ebfe5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
* text=auto
2+
3+
/.github export-ignore
4+
/Resources/doc export-ignore
5+
/Tests export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.php_cs.dist export-ignore
9+
/.scrutinizer.yml export-ignore
10+
/.travis.yml export-ignore
11+
/php_cs.xml export-ignore
12+
/phpunit.xml.dist export-ignore
13+
/README.md export-ignore
14+
/UPGRADE.md export-ignore

0 commit comments

Comments
 (0)