Skip to content

Commit

Permalink
Exclude more files from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Dec 11, 2013
1 parent f09772c commit e75206f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
<!-- Deployment Files -->
<exclude name="application/cache/**" />
<exclude name="application/logs/**" />
<exclude name="application/config/environments/development/**" />
<exclude name="application/media/uploads/**" />
<exclude name=".htaccess" />
<!-- Build Files -->
<exclude name="*.zip" />
Expand All @@ -80,7 +82,8 @@
<exclude name="bin/**" />
<exclude name="vendor/**" />
<!-- IDE Files -->
<exclude name=".sass-cache/**" />
<exclude name="modules/UshahidiUI/.sass-cache/**" />
<exclude name="modules/UshahidiUI/node_modules/**" />
<exclude name=".floo*" />
<exclude name=".project" />
<exclude name=".settings/**" />
Expand Down

0 comments on commit e75206f

Please sign in to comment.