-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
91 lines (76 loc) · 1.01 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
/public/packs/*
!/log/.keep
!/tmp/.keep
.DS_Store
.idea
.env.development
.env.staging
# Ignore node_modules
/node_modules/*
# Ignore bundler config.
/.bundle
# Ignore the tags file used by VIM
tags
# Ignore Byebug command history file.
.byebug_history
# Ignore .git as it's not needed with the docker built.
.git
.cache
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
# rspec failure tracking
.rspec_status
# SimpleCov output
coverage
# byebug history
/.byebug_history
# Make sure no PII is accidently commited
# add w/ git add --force if actually docs
*.csv
*.txt
*.xml
*.xls
*.xlst
*.xlsx
*.doc
*.docx
### Rails ###
*.rbc
capybara-*.html
.rspec
spec
features
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
rerun.txt
pickle-email-*.html
### Ruby ###
*.gem
/.config
/InstalledFiles
/pkg/
/test/tmp/
/test/version_tmp/
/tmp/
### Development ###
.github
.semaphore
.vscode
ci
hugo
jenkins
docs
### Angular ###
clients