Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Goldinteractive/Sackmesser
Browse files Browse the repository at this point in the history
  • Loading branch information
oncode committed Feb 15, 2017
2 parents de99707 + 8579e9c commit 1b9bea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ assets/css/*.css
assets/css/*.css.map
assets/js/main.bundle.*

# ignore transformed image files
public/imager/*

.deployment/data/*.zip
.deployment/data/*.tar.gz
.deployment/data/*.sql
Expand Down
3 changes: 2 additions & 1 deletion .tasks/copy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ rsync -avtR --ignore-errors . $DEST \
--exclude='.*/' \
--exclude='craft/storage/backups/*' \
--exclude='craft/storage/runtime/*' \
--exclude='/public/files'
--exclude='/public/files' \
--exclude='/public/imager'

# copy the important root files
echo 'Copying the root files'
Expand Down

0 comments on commit 1b9bea0

Please sign in to comment.