Skip to content

Commit e03efed

Browse files
Add gitattributes (#1528)
--------- Co-authored-by: Kuba Werłos <werlos@gmail.com>
1 parent 3314958 commit e03efed

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+
/.* export-ignore
2+
/dist/ export-ignore
3+
/fixtures/ export-ignore
4+
/requirement-checker/ export-ignore
5+
/tests/ export-ignore
6+
/vendor-bin/ export-ignore
7+
/composer.lock export-ignore
8+
/infection.json.dist export-ignore
9+
/Makefile export-ignore
10+
/Makefile.e2e export-ignore
11+
/mkdocs.yaml export-ignore
12+
/phpbench.json export-ignore
13+
/phpunit.xml.dist export-ignore
14+
/rector.php export-ignore
15+
/scoper.inc.php export-ignore

0 commit comments

Comments
 (0)