# 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.
/assets         -export-ignore
/includes       -export-ignore
/composer.json  -export-ignore
/composer.lock  -export-ignore
/handler.php    -export-ignore
