From 8fc949898b43b56c74d050e589956e6ed6773d8e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 12 Nov 2018 21:51:14 +0100 Subject: [PATCH] Excluded GeoLite2 db from build process --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index ea502d69..cbcaa180 100755 --- a/build.sh +++ b/build.sh @@ -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 \