public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Search Repo:
Click here to lend your support to: mack and make a donation at www.pledgie.com !
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/*.*