tracking/.gitattributes
Daniel Siepmann 208928e0e9
Prevent unnecessary files from distribution (#92)
Use .gitattributes to tell git what to ignore during exports.
This will prevent GitHub from adding those files to an archive.

Composer will use the GitHub archive as distribution while downloading.

This prevents none necessary files on production systems. This also
reduces file size of archive and should save disk space and other
resources.
2022-09-21 13:13:39 +02:00

11 lines
245 B
Text

Tests export-ignore
.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
dependency-checker.json export-ignore
ecs.php export-ignore
phpcs.xml.dist export-ignore
phpstan.neon export-ignore
phpunit.xml.dist export-ignore