From e20fa44b5a07c639bf96eae7af8665c27aef52f5 Mon Sep 17 00:00:00 2001 From: Vasily Belolapotkov Date: Thu, 18 Feb 2021 15:44:18 +0300 Subject: [PATCH] Exclude wordpress_org_assets from build zip (#81) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 003d6640..7b90e8a9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,3 +29,4 @@ jest-puppeteer.config.js export-ignore default.env export-ignore docker-compose.yml export-ignore docs/DOCKER.md export-ignore +wordpress_org_assets export-ignore