public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
markbates (author)
Thu May 01 17:42:26 -0700 2008
commit  9c5289d64823871ed7a33a6a8baf024d0fe930f8
tree    e3b851119f04d71a641c6f0a4eb3bb995b1a44b6
parent  668ce481e0281f37e3cd9d2683931fedf1e53875
mack / .gitignore
100644 11 lines (11 sloc) 0.169 kb
1
2
3
4
5
6
7
8
9
10
11
log/**/*
*.log
.DS_Store
doc
pkg
tmp
*.pid
test/fake_application/public/something/logo.gif
test/fake_application/db/fake_application_test.db
coverage/**/*.*
coverage/*.*