-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockerignore
220 lines (166 loc) · 4.6 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
# flyctl launch added from .gitignore
# Created by https://www.toptal.com/developers/gitignore/api/go,vim,vscode,osx
# Edit at https://www.toptal.com/developers/gitignore?templates=go,vim,vscode,osx
### Go ###
# Binaries for programs and plugins
**/*.exe
**/*.exe~
**/*.dll
**/*.so
**/*.dylib
# Test binary, built with `go test -c`
**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
**/*.out
# Dependency directories (remove the comment below to include it)
# vendor/
### Go Patch ###
vendor
Godeps
### OSX ###
# General
**/.DS_Store
**/.AppleDouble
**/.LSOverride
# Icon must end with two \r
**/Icon
# Thumbnails
**/._*
# Files that might appear in the root of a volume
**/.DocumentRevisions-V100
**/.fseventsd
**/.Spotlight-V100
**/.TemporaryItems
**/.Trashes
**/.VolumeIcon.icns
**/.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
**/.AppleDB
**/.AppleDesktop
**/Network Trash Folder
**/Temporary Items
**/.apdisk
### Vim ###
# Swap
**/[._]*.s[a-v][a-z]
!**/*.svg # comment out if you don't need vector files
**/[._]*.sw[a-p]
**/[._]s[a-rt-v][a-z]
**/[._]ss[a-gi-z]
**/[._]sw[a-p]
# Session
**/Session.vim
**/Sessionx.vim
# Temporary
**/.netrwhist
**/*~
# Auto-generated tag files
**/tags
# Persistent undo
**/[._]*.un~
### vscode ###
**/.vscode/*
!**/.vscode/settings.json
!**/.vscode/tasks.json
!**/.vscode/launch.json
!**/.vscode/extensions.json
**/*.code-workspace
# End of https://www.toptal.com/developers/gitignore/api/go,vim,vscode,osx
# flyctl launch added from static/js/src/.gitignore
# Created by https://www.toptal.com/developers/gitignore/api/node,yarn
# Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn
### Node ###
# Logs
static/js/src/**/logs
static/js/src/**/*.log
static/js/src/**/npm-debug.log*
static/js/src/**/yarn-debug.log*
static/js/src/**/yarn-error.log*
static/js/src/**/lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
static/js/src/**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
static/js/src/**/pids
static/js/src/**/*.pid
static/js/src/**/*.seed
static/js/src/**/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
static/js/src/**/lib-cov
# Coverage directory used by tools like istanbul
static/js/src/**/coverage
static/js/src/**/*.lcov
# nyc test coverage
static/js/src/**/.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
static/js/src/**/.grunt
# Bower dependency directory (https://bower.io/)
static/js/src/**/bower_components
# node-waf configuration
static/js/src/**/.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
static/js/src/**/build/Release
# Dependency directories
static/js/src/**/node_modules
static/js/src/**/jspm_packages
# TypeScript v1 declaration files
static/js/src/**/typings
# TypeScript cache
static/js/src/**/*.tsbuildinfo
# Optional npm cache directory
static/js/src/**/.npm
# Optional eslint cache
static/js/src/**/.eslintcache
# Microbundle cache
static/js/src/**/.rpt2_cache
static/js/src/**/.rts2_cache_cjs
static/js/src/**/.rts2_cache_es
static/js/src/**/.rts2_cache_umd
# Optional REPL history
static/js/src/**/.node_repl_history
# Output of 'npm pack'
static/js/src/**/*.tgz
# Yarn Integrity file
static/js/src/**/.yarn-integrity
# dotenv environment variables file
static/js/src/**/.env
static/js/src/**/.env.test
static/js/src/**/.env*.local
# parcel-bundler cache (https://parceljs.org/)
static/js/src/**/.cache
static/js/src/**/.parcel-cache
# Next.js build output
static/js/src/**/.next
# Nuxt.js build / generate output
static/js/src/**/.nuxt
static/js/src/**/dist
# Gatsby files
static/js/src/**/.cache
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
static/js/src/**/.vuepress/dist
# Serverless directories
static/js/src/**/.serverless
# FuseBox cache
static/js/src/**/.fusebox
# DynamoDB Local files
static/js/src/**/.dynamodb
# TernJS port file
static/js/src/**/.tern-port
# Stores VSCode versions used for testing VSCode extensions
static/js/src/**/.vscode-test
### yarn ###
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
static/js/src/**/.yarn/*
!static/js/src/**/.yarn/releases
!static/js/src/**/.yarn/plugins
!static/js/src/**/.yarn/sdks
!static/js/src/**/.yarn/versions
# if you are NOT using Zero-installs, then:
# comment the following lines
!static/js/src/**/.yarn/cache
# and uncomment the following lines
# .pnp.*
# End of https://www.toptal.com/developers/gitignore/api/node,yarn
fly.toml