public
Description: A Rails project template, intended to keep app baselines up to date. Includes shoulda, mocha, factory_girl, Hoptoad, git rake tasks, cap recipes, etc.
Homepage: http://thoughtbot.com
Clone URL: git://github.com/thoughtbot/suspenders.git
suspenders / .gitignore
100644 11 lines (9 sloc) 0.091 kb
1
2
3
4
5
6
7
8
9
10
11
log/*
tmp/**/*
db/schema.rb
db/*.sqlite3
public/system
*.DS_Store
coverage/*
*.swp
 
!.keep