From 5976a332526abcc2b880bad4902e3ab263353449 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 5 Jun 2022 17:53:39 -0700 Subject: [PATCH] Fix ignores for W.org deploy --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index e6bac7e..eb6a74e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,10 +4,12 @@ /.gitattributes export-ignore /.gitignore export-ignore /.gitlab-ci.yml export-ignore +/.nvmrc export-ignore /.travis.yml export-ignore /.DS_Store export-ignore /.wordpress-org export-ignore /Thumbs.db export-ignore +/assets/src export-ignore /behat.yml export-ignore /bitbucket-pipelines.yml export-ignore /bin export-ignore @@ -31,6 +33,7 @@ /tests export-ignore /vendor export-ignore /node_modules export-ignore +/webpack.config.js export-ignore /*.sql export-ignore /*.tar.gz export-ignore /*.zip export-ignore -- GitLab