forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
103 lines (97 loc) · 1.62 KB
/
.gitignore
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
.*.swo
.*.swp
.bugs/.last
.bugs/.my_ids
.cache
.cargo
.coverage
.coverage.*
.directory
.DS_Store
.idea/
.metadata
.mypy_cache
.mypy_cache/
.python-*-stamp
.cargo
.ropeproject
.hypothesis
.syntastic
.testmondata
.venv.lock
/.venv/
/.docker_workspace/
/build_user_home/
*.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/
build/
ChangeLog
check_mk-*.tar.gz
check-mk-*.build
check-mk-*.dsc
check-mk-*.tar.gz
check-mk-*_amd64.deb
clang-analyzer/
cmc-*.tar.gz
cme-*.tar.gz
agent-receiver/dist/*
agents/linux/*
doc/plugin-api/build/
doc/plugin-api/source/apidoc/
doc/documentation/*.png
doc/documentation/*.cmapx
GPATH
GRTAGS
GTAGS
htmlcov/
agent-receiver/agent_receiver.egg-info
agent-receiver/pyproject.toml
mk-livestatus-*.tar.gz
node_modules/
omd/bazel-*
omd/pkgs_by_bzl/
bazel_execution_log*.json
pip-mirror-tmp
RemoteSystemsTempFiles
requirements.txt
requirements-no-dev.txt
tags
tests/web/data/*
tests/var/*
tests/results/*
tests/.hypothesis/
/results
/buildscripts/infrastructure/build-nodes/scripts/defines.make
/buildscripts/docker_image_aliases/docker-image-alias-resolve-error.txt
/bazel-*
# 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