public
Description: A fully featured forum system compatible with Rails 2.3
Homepage: http://forum.frozenplague.net
Clone URL: git://github.com/radar/rboard.git
Click here to lend your support to: rboard and make a donation at www.pledgie.com !
rboard / .gitignore
100644 22 lines (21 sloc) 0.336 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
log/*.log
log/searchd*
tmp/*
db/*.sqlite3
db/sphinx/*
config/*sphinx*
# Because of config/migration_hack
config/environment.rb
config/database.yml
nbproject/**/*
nbproject/project.*
test
coverage
coverage/*
config/*.sphinx.conf
config/deploy.rb
config/newrelic.yml
.gitignore.swp
public/avatars
vendor/plugins/newrelic_rpm
webrat*.html