Excluded GeoLite2 db from build process

This commit is contained in:
Alejandro Celaya 2018-11-12 21:51:14 +01:00
parent d4758b0e91
commit 8fc949898b

View File

@ -19,6 +19,7 @@ mkdir -p "${builtcontent}"
rsync -av * "${builtcontent}" \
--exclude=data/infra \
--exclude=data/migrations_template.txt \
--exclude=data/GeoLite2-City.mmdb \
--exclude=**/.gitignore \
--exclude=CHANGELOG.md \
--exclude=composer.lock \