doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 223 forks source link

Add static analysis and cs config files to .gitattributes #445

Closed VincentLanglet closed 1 year ago

VincentLanglet commented 1 year ago

Hi @greg0ire

Those 5 files can also be added to the gitattributes one

greg0ire commented 1 year ago

Thanks! This makes me wish that alternate syntax I found a few years back where you state what should be included instead of what shouldn't was understood by all tools (Satis does not IIRC)

VincentLanglet commented 1 year ago

Thanks! This makes me wish that alternate syntax I found a few years back where you state what should be included instead of what shouldn't was understood by all tools (Satis does not IIRC)

Another solution would be to have something like sonata-devkit to share files like gitattributes ^^' https://github.com/sonata-project/dev-kit/blob/master/templates/project/.gitattributes.twig

greg0ire commented 1 year ago

Yeah… I'm afraid we're not there yet :P