public
Description: an example openid consumer application written in merb using merb-auth's openid stuff
Homepage:
Clone URL: git://github.com/atmos/merb-openid-example.git
merb-openid-example / .gitignore
100644 23 lines (22 sloc) 0.197 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.DS_Store
log/*
tmp/*
gems/*
TAGS
*~
.#*
schema/schema.rb
schema/*_structure.sql
schema/*.sqlite3
schema/*.sqlite
schema/*.db
*.sqlite
*.sqlite3
*.db
src/*
.hgignore
.hg/*
.svn/*
.gemrc
gems/
bin/