-
Notifications
You must be signed in to change notification settings - Fork 74
/
.dockerignore
74 lines (74 loc) · 1.12 KB
/
.dockerignore
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
64
65
66
67
68
69
70
71
72
73
74
.git
.bundle
.DS_Store
.byebug_history
.jenkins-build
.bin
cookbooks
node_modules
assets/jspm_packages/*/*
vendor/bundle
.vagrant
.deploy
.idea
**/.idea
.zeus*
.docker*
*.crt
*.key
Dockerfile*
Makefile
tmp/*
db/sphinx
doc/*
!doc/liquid
!doc/active_docs
!doc/dependency_decisions.yml
!doc/licenses
*.md
config/amazon_s3.yml
config/backend.yml
config/backend_redis.yml
config/cache_store.yml
config/core.yml
config/cors.yml
config/currencies.yml
config/database.yml
config/domain_substitution.yml
config/features.yml
config/master.key
config/oauth2.yml
config/paperclip.yml
config/payments.yml
config/plan_rules.yml
config/redhat_customer_portal.yml
config/redis.yml
config/rolling_updates.yml
config/sandbox_proxy.yml
config/segment.yml
config/service_discovery.yml
config/settings.yml
config/smtp.yml
config/unicorn.rb
config/web_hooks.yml
config/zync.yml
config/*.sphinx.conf
public/assets
public/system
public/packs
public/packs-tests
openshift/system/*file
openshift/system/Dockerfile*
openshift/system/*.yml
openshift/system/*.md
log/*
**/.idea
**/*.sql
**/*.swp
**/.*
!.eslintrc
!.babelrc
!.ruby-version.sample
!Gemfile*
!config.ru
README.md