lukesutton / gluttonberg

This repo is no longer active, please refer to http://github.com/FreerangeFuture/gluttonberg/

This URL has Read+Write access

gluttonberg / .gitignore
100644 30 lines (28 sloc) 0.389 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.DS_Store
 
*/log/*
*/templates/*
*/public/assets/*/*
gluttonberg/config/page_descriptions.rb
gluttonberg/public/stylesheets/*.css
!gluttonberg/public/stylesheets/admin.css
*/*.gemspec
*/spec/log/*
*/spec/*/log/*
*/pkg/*
 
tmp/*
gems/cache/*
TAGS
*~
.#*
schema/schema.rb
schema/*_structure.sql
schema/*.sqlite3
schema/*.sqlite
schema/*.db
*.sqlite
*.sqlite3
*.db
src/*
.hgignore
.hg/*
.svn/*