public
Description: A merb 1.x app that's an openid provider, based on the rails example in ruby-openid
Homepage: http://github.com/atmos/flatirons/
Clone URL: git://github.com/atmos/flatirons.git
flatirons / .gitignore
100644 27 lines (26 sloc) 0.262 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
.DS_Store
.gemrc
log/*
tmp/*
gems/*
doc/*
TAGS
config/openid-store/*
config/openid-store-test/*
*~
.#*
schema/schema.rb
schema/*_structure.sql
schema/*.sqlite3
schema/*.sqlite
schema/*.db
*.sqlite
*.sqlite3
*.db
src/*
.hgignore
.hg/*
.svn/*
coverage/*
bin/
gems