public
Description: Simple site that aggregates Google, Delicious, and GitHub searches. See http://search.collectiveidea.com
Homepage: http://opensoul.org/2008/11/8/it-s-a-search-party
Clone URL: git://github.com/collectiveidea/searchparty.git
searchparty / .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/*