Skip to content

Commit

Permalink
FIX: Adding some missing package exclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan authored Mar 21, 2019
1 parent cf9bd9b commit 1b1c590
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildfile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ define('ENV_DEV', '1');
<exclude name="test-assist/" />
<exclude name="build/" />
<exclude name="build.xml" />
<exclude name="**/*.env" />
<exclude name=".gitlab-ci.yml" />
<exclude name="**/*dockerfile*" />
<exclude name="mysite/local.conf.php" />
<exclude name="mysite/_config/local.yml" />
<exclude name="mysite/db.conf.php" />
Expand Down Expand Up @@ -414,6 +417,9 @@ define('ENV_DEV', '1');
<include name="**/**" />
<exclude name="sitemap.xml" />
<exclude name="mysite/db.conf.php" />
<exclude name="**/*.env" />
<exclude name=".gitlab-ci.yml" />
<exclude name="**/*dockerfile*" />
<exclude name="mysite/local.conf.php" />
<exclude name="mysite/_config/local.yml" />
<exclude name="mysite/*.log" />
Expand Down

0 comments on commit 1b1c590

Please sign in to comment.