Skip to content

Commit

Permalink
Added ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Apr 10, 2014
1 parent e9e4738 commit d80ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
set :deploy_via, :copy # Use local copy, be sure to update the stuff you want to deploy
set :copy_exclude, ["log/*", "**/.git*", "tmp/*", "doc", "**/.DS_Store",
"**/*.example", "config/database.yml*", "config/deploy.yml*", "config/app_config.yml*",
".bundle", ".ruby-version"]
".bundle", ".ruby-version", ".gitignore", ".rspec"]

assets_path = "public/assets/"

Expand Down

0 comments on commit d80ddfa

Please sign in to comment.