Topic: Should I include these files in Subversion
I've just deployed a empty rails app just to make sure it's all working. Now after making some changes to files i have the following when I do an svn status.
? config/deploy.rb
? db/schema.rb
? lib/tasks/capistrano.rake
Should these files be added to the subversion repository or should they be ignored? Is there any doco on what to include or not include in subversion for a rails app?