FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
netdata/.gitignore at master · netdata/netdata · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
netdata
/
netdata
Public
Notifications
You must be signed in to change notification settings
Fork
6.6k
Star
80.3k
Code
Issues
191
Pull requests
193
Discussions
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
netdata
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
259 lines (212 loc) · 5.33 KB
Breadcrumbs
netdata
/
.gitignore
Copy path
File metadata and controls
259 lines (212 loc) · 5.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
#
Secrets
gcs-credentials.json
/
.env
#
Per-user local working directory (audits, scratch, drafts, temp artifacts).
#
AI agents that follow AGENTS.md treat this as the place to write run-time data.
#
No trailing slash so the rule also ignores the per-worktree symlink.
/
.local
#
Local-only SOW working memory: queues (q/) and specs. Never committed; shared
#
across a developer's git worktrees via .agents/sow/worktree-link.sh. The SOW
#
framework files (SOW.template.md, audit.sh, scan-sensitive.sh, worktree-link.sh)
#
stay tracked under .agents/sow/. No trailing slash so each rule also ignores
#
the per-worktree symlink.
/
.agents
/
sow
/
q
/
.agents
/
sow
/
specs
#
Local vendor MIB reference files used during SNMP profile audits.
/
mibs
/
#
Cross-tool AI agent private overrides (per-user, not for sharing)
**
/
AGENTS.local.md
.deps
.libs
.dirstamp
.project
.pydevproject
#
local dev outputs
dist
/
*
.o
*
.a
config.h.in
Makefile.in
*
~
.
*
.swp
*
.old
*
.log
!
src
/
collectors
/
log2journal
/
tests.d
/
*
.log
!
src
/
go
/
**
/
*
.log
*
.pyc
netdata.spec
sha256sums.txt
upload
/
artifacts
/
ebpf.plugin
src
/
collectors
/
ebpf.plugin
/
reset_netdata_trace.sh
!
ebpf.plugin
/
src
/
libnetdata
/
ebpf
/
includes
/
#
installation artifacts
packaging
/
installer
/
.environment.sh
*
.tar.
*
*
.run
#
netdata makeself downloads
packaging
/
makeself
/
tmp
/
#
coverity
cov-int
/
netdata-coverity-analysis.tgz
.coverity-scan.conf
.cproject
/
.idea
/
.vscode
/
*
!
.vscode
/
settings.default.json
.project
/
.settings
/
README
TODO.md
TODO.txt
#
vscode extension Continue
.continue
#
related to karma/javascript/node
/
node_modules
/
/
coverage
/
system
/
install-service.sh
system
/
netdata.logrotate
system
/
cron
/
netdata-updater-daily
system
/
freebsd
/
rc.d
/
netdata
system
/
initd
/
init.d
/
netdata
system
/
launchd
/
netdata.plist
system
/
lsb
/
init.d
/
netdata
system
/
openrc
/
init.d
/
netdata
system
/
runit
/
run
system
/
systemd
/
netdata.service
system
/
systemd
/
netdata.service.
*
system
/
systemd
/
netdata-updater.service
!
system
/
systemd
/
netdata.service.in
!
system
/
systemd
/
netdata.service.
*
.in
src
/
health
/
notifications
/
alarm-notify.sh
src
/
collectors
/
cgroups.plugin
/
cgroup-network-helper.sh
src
/
collectors
/
cgroups.plugin
/
cgroup-name
/
cgroup-name
src
/
collectors
/
tc.plugin
/
tc-qos-helper.sh
src
/
collectors
/
charts.d.plugin
/
charts.d.plugin
src
/
collectors
/
python.d.plugin
/
python.d.plugin
src
/
collectors
/
ioping.plugin
/
ioping.plugin
src
/
collectors
/
go.d.plugin
src
/
web
/
netdata-switch-dashboard.sh
#
installer generated files
/
netdata-uninstaller.sh
/
netdata-updater.sh
#
cmake files
cmake-build-debug
/
cmake-build-release
/
CMakeCache.txt
CMakeFiles
/
cmake_install.cmake
.cmake
compile_commands.json
#
jetbrains IDE
.jetbrains
*
.DS_Store
webcopylocal
*
#
converted diagrams
docs
/
diagrams
/
*
.png
docs
/
diagrams
/
*
.svg
docs
/
diagrams
/
*
.atxt
docs
/
diagrams
/
plantuml.jar
#
python virtual environment
venv
/
virtualenv
/
.python-version
#
debugging / profiling
makeself
/
debug
/
tests
/
profile
/
benchmark-dictionary
tests
/
profile
/
benchmark-registry
tests
/
profile
/
test-eval
tests
/
profile
/
benchmark-line-parsing
tests
/
profile
/
benchmark-procfile-parser
tests
/
profile
/
benchmark-value-pairs
tests
/
profile
/
statsd-stress
tests
/
health_mgmtapi
/
health-cmdapi-test.sh
oprofile_data
/
vgcore.
*
callgrind.out.
*
gmon.out
gmon.txt
sitespeed-result
/
tests
/
acls
/
acl.sh
tests
/
urls
/
request.sh
tests
/
alarm_repetition
/
alarm.sh
tests
/
template_dimension
/
template_dim.sh
tests
/
ebpf
/
ebpf_thread_function.sh
aclk
/
legacy
/
tests
/
install-fake-charts.d.sh
#
tests and temp files
test-driver
**
/
tests
/
*
_testdriver
**
/
tests
/
*
_testdriver.trs
python.d
/
python-modules-installer.sh
#
integration generated files
integrations
/
integrations.js
integrations
/
integrations.json
integrations
/
taxonomy.json
#
documentation generated files
docs
/
generator
/
src
docs
/
generator
/
build
docs
/
generator
/
doc
docs
/
generator
/
localization
docs
/
generator
/
mkdocs.yml
.environment.sh
#
CLion files
netdata.cbp
#
External dependencies
externaldeps
/
#
vim sessions
Session.vim
Session.
*
.vim
#
clangd cache
.cache
/
#
Special exceptions
!
packaging
/
repoconfig
/
Makefile
packaging
/
windows
/
resources
/
*
.manifest
#
Jupyter notebook checkpoints
.ipynb_checkpoints
#
gorilla benchmark & fuzz binaries
src
/
libnetdata
/
gorilla
/
gorilla_benchmark
src
/
libnetdata
/
gorilla
/
gorilla_fuzzer
src
/
libnetdata
/
gorilla
/
fuzz-
*
.log
#
ignore build/ directory (default dir for many IDEs/LSPs)
build
/
build-
*
/
#
ignore rules for go plugin code
src
/
go
/
plugin
/
go.d
/
bin
/
src
/
go
/
plugin
/
go.d
/
vendor
#
External fixtures cloned from https://github.com/netdata/testdata
#
Dedicated workflows populate this path; ordinary tests do not fetch data.
src
/
go
/
testdata
#
ignore files used with msi installer
packaging
/
windows
/
*
.msi
#
agent-events build artifacts and test files
packaging
/
tools
/
agent-events
/
agent-events
packaging
/
tools
/
agent-events
/
expected_metrics.txt
packaging
/
tools
/
agent-events
/
cf_patch.txt
packaging
/
tools
/
agent-events
/
parseBehaviorTest.go
packaging
/
tools
/
agent-events
/
server
packaging
/
tools
/
agent-events
/
go.mod
packaging
/
tools
/
agent-events
/
go.sum
**
/
.claude
/
settings.local.json
.mcp.json
#
Go's default output for: cd src/go && go build ./tools/prometheus-profile-validation
/
src
/
go
/
prometheus-profile-validation
.netdata-mcp-build.lock
.users_cache.json
.channels_cache_v2.json
build-ibm.sh
compile.sh
run-ibm.sh
tmp
/
build
*
.sh
install.sh
.claude
/
settings.json
.codex
.mcpregistry_github_token
.mcpregistry_registry_token
.playwright-mcp
/
#
Local AI/agent planning notes. Durable SOW/spec work lives under .agents/.
TODO-
*
.md
corrosion
/
_deps
/
Back
|
FazBrowse Home
|
New Git URL