BrianHenryIE / strauss

Prefix PHP namespaces and classnames to allow multiple versions of libraries to exist without conflict.
https://brianhenryie.github.io/strauss/
MIT License
143 stars 23 forks source link

Add gitattributes file #122

Closed dingo-d closed 1 month ago

dingo-d commented 1 month ago

I noticed that on downloading the package via Composer the package loaded unnecessary files (scripts, tests, config for phpcs and phpstan). By adding .gitattributes file, we can exclude the addition of these files and folders and save people some bandwidth :D