Add more files to backup task
This commit is contained in:
parent
19de6797c0
commit
34c08d2958
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue