public
Fork of karmi/marley
Description: Minimal flat-file blog engine written in Sinatra
Homepage: http://lukeredpath.co.uk/blog
Clone URL: git://github.com/lukeredpath/marley.git
marley / .gitignore
100644 12 lines (12 sloc) 0.163 kb
1
2
3
4
5
6
7
8
9
10
11
12
.DS_Store
*/.DS_Store
log/*.log
tmp/**/*
config/config.yml
config/config.remote.yml
config/deploy.rb
data
app/test/fixtures/*.db
app/public/index.html
doc
REVISION