chore: add .gitattributes to ignore dev/docs files in exports
This commit is contained in:
parent
c06e557620
commit
20c641047c
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
/tests export-ignore
|
||||||
|
/.github export-ignore
|
||||||
|
/.gitignore export-ignore
|
||||||
|
/phpunit.xml export-ignore
|
||||||
|
/phpstan.neon export-ignore
|
||||||
|
/composer.lock export-ignore
|
||||||
|
/MILESTONES.md export-ignore
|
||||||
|
/SPECS.md export-ignore
|
||||||
|
/NOTES.md export-ignore
|
||||||
|
/.phpunit.cache export-ignore
|
||||||
Loading…
Reference in a new issue