2011-01-28 02:27:24 +00:00
|
|
|
!.gitignore
|
2010-03-08 08:04:05 +00:00
|
|
|
.bundle
|
2013-03-25 08:23:07 +00:00
|
|
|
.DS_Store
|
|
|
|
.rvmrc
|
|
|
|
|
|
|
|
Gemfile.lock
|
2013-06-10 07:52:11 +00:00
|
|
|
Procfile
|
|
|
|
log/*
|
2013-03-25 08:23:07 +00:00
|
|
|
|
2010-03-08 08:04:05 +00:00
|
|
|
db/*.sqlite3
|
2009-05-07 16:53:18 +00:00
|
|
|
log/*.log
|
2013-03-25 08:23:07 +00:00
|
|
|
public/assets
|
|
|
|
public/index.html
|
|
|
|
public/panel/**/*
|
2011-01-28 02:27:24 +00:00
|
|
|
public/uploads/**/*
|
2013-06-17 05:45:30 +00:00
|
|
|
solr/data
|
2013-03-25 08:23:07 +00:00
|
|
|
tmp/**/*
|
2011-07-14 00:48:42 +00:00
|
|
|
uploads/**/*
|
2013-08-28 02:37:19 +00:00
|
|
|
config/*.god
|
|
|
|
log/*.gz
|
|
|
|
tmp/restart.txt
|
2011-07-22 07:54:38 +00:00
|
|
|
*.swp
|
2012-09-04 01:34:14 +00:00
|
|
|
*.pid
|
2013-04-02 04:02:19 +00:00
|
|
|
*.lck
|
|
|
|
|
|
|
|
.sass-cache/*
|
2013-06-17 05:45:30 +00:00
|
|
|
*.supported
|
2013-06-19 09:16:52 +00:00
|
|
|
mongoid.yml
|