Skip to content

Commit 5a81780

Browse files
committed
Add .gitattributes file to specify export-ignore rules for various files and directories
1 parent 4dd7dc9 commit 5a81780

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/.github export-ignore
2+
/docs export-ignore
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/package.json export-ignore
7+
/phpstan.neon export-ignore
8+
/phpunit.xml export-ignore
9+
/pint.json export-ignore
10+
/typephp.php export-ignore

0 commit comments

Comments
 (0)