-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy path.dockerignore
More file actions
122 lines (114 loc) · 1.88 KB
/
.dockerignore
File metadata and controls
122 lines (114 loc) · 1.88 KB
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
# Git it is mounted if necessary but not included in images
.git
# copy of repo root .gitignore
.*.swo
.*.swp
.aspect
.bugs/.last
.bugs/.my_ids
.cache
.cargo
.coverage
.coverage.*
.directory
.DS_Store
.idea/
.metadata
.mypy_cache
.mypy_cache/
.python-*-stamp
.pytest_cache
.cargo
.ropeproject
.hypothesis
.ruff_cache
.syntastic
.testmondata
.venv.lock
.venv*
*.cookie
*.gcno
*.gcov
*.iml
*.py.*.py
*.pyc
*_pb2.py
*_pb2.pyi
*.pb.cc
*.pb.h
*.timer
**/launch.json
*~
*kate-swp
/.tmp*
/*.wpr
/*.wpu
/announce*
artefacts/
agents/linux/*
agents/windows/*
bazel_execution_log*.json
/bazel-*
/bazel_log*
bazel-memory.profile
build/
/buildscripts/docker_image_aliases/docker-image-alias-resolve-error.txt
ChangeLog
check_mk-*.tar.gz
check-mk-*.build
check-mk-*.dsc
check-mk-*.tar.gz
check-mk-*_amd64.deb
clang-analyzer/
cmc-*.tar.gz
/container_shadow_workspace*/
download/
doc/plugin-api/build/
doc/plugin-api/source/apidoc/
doc/documentation/*.png
doc/documentation/*.cmapx
docker-build.log
GPATH
GRTAGS
GTAGS
htmlcov/
logback.log
mk-livestatus-*.tar.gz
node_modules/
omd/bazel-*
omd/build/
omd/debian/check-mk-*
omd/pkgs_by_bzl/
pip-mirror-tmp
packages/**/node_modules
packages/**/dist
RemoteSystemsTempFiles
remote.bazelrc
requirements-no-dev.txt
/shared_cargo_folder/
tags
tests/web/data/*
tests/var/*
tests/results/*
tests/.hypothesis/
tests/qa-test-data
/results
user.bazelrc
version_txt_from_previous_run
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
# Used by pyenv
.python-version
### VisualStudioCode ###
.vscode/*
*.code-workspace
# Local History for Visual Studio Code
.history/
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
# gui-e2e tests: playwright specific ignores
test-results/
/*.png