public
Description: Merb version of rboard
Homepage:
Clone URL: git://github.com/radar/mboard.git
mboard / .gitignore
100644 18 lines (18 sloc) 0.171 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.DS_Store
log/*
tmp/*
TAGS
*~
.#*
schema/schema.rb
schema/*_structure.sql
schema/*.sqlite3
schema/*.sqlite
schema/*.db
*.sqlite
*.sqlite3
*.db
src/*
.hgignore
.hg/*
.svn/*