From f17aa0d930775568b26c18f26770d88000517750 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 14 Apr 2019 13:46:54 -0700 Subject: [PATCH] Add static-assets directory to ignore list Fixes #2 --- examples/gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gitattributes b/examples/gitattributes index d632abe..75f1f3a 100644 --- a/examples/gitattributes +++ b/examples/gitattributes @@ -5,6 +5,7 @@ /.gitignore export-ignore /.gitlab-ci.yml export-ignore /.travis.yml export-ignore +/.wordpress-org export-ignore /.DS_Store export-ignore /Thumbs.db export-ignore /behat.yml export-ignore -- GitLab