public
Description: Ruby on Rails Photographer Site including galleries, admin area, and client sections.
Homepage: http://www.railsphotographer.com
Clone URL: git://github.com/rapind/photographer.git
photographer / .gitignore
100644 13 lines (13 sloc) 0.18 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
log/*.*
tmp/**/*
.DS_Store
db/schema.rb
db/*.sql
db/*.bz2
doc/api
doc/app
public/attachments
config/database.yml
config/deploy.rb
config/initializers/photographer.rb
photoshop/**/*