chore: add .gitattributes to ignore dev/docs files in exports
Some checks failed
CI / console-contracts (8.2) (push) Has been cancelled
CI / console-contracts (8.3) (push) Has been cancelled

This commit is contained in:
Funky Waddle 2026-02-21 21:50:39 -06:00
parent c06e557620
commit 20c641047c

10
.gitattributes vendored Normal file
View 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