# 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
/LICENSE        -export-ignore
/README.md      -export-ignore
