-
Notifications
You must be signed in to change notification settings - Fork 298
/
.gitignore
63 lines (51 loc) · 1012 Bytes
/
.gitignore
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#关键配置文件(newrelic.yml无example,得自行从newrelic官网注册下载)
config/database.yml
config/sms.yml
config/alipay.yml
config/admin_users.yml
config/sunspot.yml
config/unicorn.conf.rb
config/newrelic.yml
config/express.yml
config/app_secret_config.yml
config/initializers/secret_token.rb
.bundle
db/*.sqlite3
log/*
logfile
tmp/*
tmp/**/*
#forman启动的服务
Procfile
#去掉precompile到生产环境的目录
public/assets/**
#自动生成的图片
public/uploads
#上传的图片
public/system/dragonfly/**
#不上传sphinx conf文件
config/*.sphinx.conf
#vagrant
.vagrant
*.box
.rvmrc
#bundle deployment
vendor/bundle
#compass
.sass-cache/
#OSX产生的文件夹Finder信息
.DS_Store
public/.DS_Store
public/images/.DS_Store
public/stylesheets/.DS_Store
public/s/theme
#主题
public/s/files
#全文检索Sunspot
solr/data
# 运营的数据文件(统一将需要备份的数据都放在此目录:themes,wiki,dragonfly)
data/*
#redis
dump.rdb
resque.pid
resque_scheduler.pid