public
Description: EC2 on Rails - Deploy a Ruby on Rails app on EC2 in five minutes
Homepage: http://ec2onrails.rubyforge.org/
Clone URL: git://github.com/pauldowman/ec2onrails.git
ec2onrails / .gitignore
100644 10 lines (9 sloc) 0.151 kb
1
2
3
4
5
6
7
8
9
10
.DS_Store
.loadpath
.project
gem/*.gemspec
gem/pkg/*
gem/tmp/*
server/test/test_app/db/*.sqlite3
server/test/test_app/log/*
server/test/test_app/tmp/*