-
Notifications
You must be signed in to change notification settings - Fork 2
/
.dockerignore
59 lines (51 loc) · 1.28 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
# This file lists filesystem patterns to omit from the container
# build context. Omitting files from the build context speeds up
# the build by reducing the amount of files transferred by the
# container engine client to the image build server.
#
# See:
# https://docs.docker.com/build/building/context/#dockerignore-files
###
# Docker and container engine preparation/runtime stuff.
###
.dockerignore
docker-compose.yaml
#################################
# General editor and IDE stuff. #
#################################
*.swp
.editorconfig
# Microsoft Visual Studio Code
.vscode
.devcontainer
##############################################
# Git, GitHub, CI/CD, and Rust system stuff. #
##############################################
.circleci
.git
.github
.gitignore
.rustfmt.toml
.taplo.toml
CHANGELOG.md
LICENSE
Makefile
README.md
cliff.toml
target
# Our own generated stuff.
.cargo
.cargo-remote.toml
.entropy
chains
# We specifically want to include the `create-test-keyshares` crate as part of our builds.
scripts
!scripts/create-test-keyshares/
service
shell.nix
# No idea what this stuff is for but we don't seem to need it.
# TODO: Are these actually just temporary things that we can
# delete because they're no longer needed? Is it cruft?
.envrc
file_header.txt
local-share1.json