public
Description: An open barter system written with ruby on rails. This was written to help local communities to function while jobs are being lost all around them.
Homepage: http://barter.theurbanrebellion.com
Clone URL: git://github.com/m3talsmith/barter.git
barter / .gitignore
100644 9 lines (9 sloc) 0.133 kb
1
2
3
4
5
6
7
8
9
.DS_Store
*/config/database.yml
*/db/schema.rb
*/db/*.sqlite3
*/log/*.log
*/tmp/cache/*
*/tmp/pids/*
*/tmp/sessions/*
*/tmp/sockets/*