Skip to content

Commit 44b75c1

Browse files
authored
fix: add export-ignore rules (#158)
1 parent fc095c0 commit 44b75c1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
* text eol=lf
22
*.env linguist-detectable=false
3+
4+
/.github export-ignore
5+
/tests export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.php-cs-fixer.php export-ignore
9+
/phpcs.xml export-ignore
10+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)