-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.dockerignore
43 lines (42 loc) · 1.04 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
# === This file was Autogenerated by the CompactIgnore dockerignore Profile === #
# Ignore all documentation to save container size
docs/
readme.md
LICENSE
# Ignore all installer files
installer/
# Ignore all Git artifacts
.gitignore
.gitattributes
.github
.git
# Ignore build scripts
scripts/
# Exclude testing and dev images
assets/userImages/**
# Reduce build size as much as possible, and only allow docker items passes in context
Dockerfile
.dockerignore
# Remove reporting stats for build size consideration
reporting/
# No need to include translation configs.
crowdin.yml
# We can happily exclude All build tools.
gulpfile.js
package.json
postcss.config.js
package-lock.json
# Exclude Documentation for Development
DEV-docs/
# Exclude node_modules Globally
node_modules/
# Exclude depreciated blocks of code
depreciated/
# Exclude any go build or installer artifacts in root
*.exe
# Exclude any Installer and build binaries
binaries/
# Exclude main data file to avoid PII leakage
list.json
# Exclude userSettings file to avoid PII leakage
data/userSettings.json