Add more files to backup task

This commit is contained in:
Jeremy McAnally 2010-04-10 06:45:37 -05:00
parent 19de6797c0
commit 34c08d2958
1 changed files with 4 additions and 1 deletions

View File

@ -49,8 +49,11 @@ namespace :rails do
"app/helpers/application_helper.rb", "app/helpers/application_helper.rb",
"config/routes.rb", "config/routes.rb",
"config/environment.rb", "config/environment.rb",
"config/environments/*", "config/environments/development.rb",
"config/environments/production.rb",
"config/environments/staging.rb",
"config/database.yml", "config/database.yml",
"config.ru",
"doc/README_FOR_APP", "doc/README_FOR_APP",
"test/test_helper.rb"] "test/test_helper.rb"]