forked from forem/forem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
61 lines (49 loc) · 866 Bytes
/
.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
.dockerignore
.gitignore
logs/
tmp/
node_modules/
##################################
#
# rest is COPIED from .gitignore
#
##################################
# Ignore bundler config.
/.bundle
vendor/bundle
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
.DS_Store
.swp
.approvals
.torus.json
coverage
/tags
# Ignore public uploads
/public/uploads/*
/public/c/*
/public/i/*
/public/assets/*
# Ignore node_modules
node_modules/
# Generated js bundles
/app/assets/javascripts/generated/*
latest.dump
.byebug_history
# Ignore application configuration
/public/packs
/public/packs-test
/node_modules
# Ignore storybook static site generation
storybook-static/
yarn-error.log
# Ignore package-lock.json because we use yarn
package-lock.json
#Jetbrains Tools
.idea/
#sitemap
/public/sitemap.xml.gz
# Development container gem storage location
.gems