mirror of
https://ghproxy.net/https://github.com/typisttech/image-optimize-command.git
synced 2026-02-23 22:13:48 +08:00
13 lines
368 B
Text
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
|