image-optimize-command/.gitattributes
TangRufus 95d2444e39
Bikeshedding
- Update readme
- Remove changelog
- Rename LICENSE.md -> LICENSE
2020-05-12 07:44:55 +08:00

13 lines
368 B
Text

# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore everything.
/* export-ignore
# Export white-listed production code only.
/src -export-ignore
/composer.json -export-ignore
/composer.lock -export-ignore
/command.php -export-ignore
/LICENSE -export-ignore
/README.md -export-ignore