-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (44 loc) · 810 Bytes
/
.gitignore
File metadata and controls
59 lines (44 loc) · 810 Bytes
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
/.idea/
/.vscode/
*.iml
/api/nginx/*.pem
bin/
!/documentation/resources/bin/
# System Files
.DS_Store
cover.out
crosscover.out
agent/testdata/
agent/agents/mysql/slowlog/parser/corpus/
agent/agents/mysql/slowlog/parser/crashers/
agent/agents/mysql/slowlog/parser/suppressions/
agent/agents/mysql/slowlog/parser/parser-fuzz.zip
fuzzing/
*-fuzz.zip
*.bench
backoff.png
pmm-agent-dev.yaml
compose.yml
/qan-api2/logs/
# ViM temporary files
*.sw[o,p]
.env
.netrc
.modules
build.log
ci.yml
api-tests/*.txt
api-tests/*.xml
packer.log
encryption.key
/tmp/
settings.json
GEMINI.md
RTA-Jira-Tasks-Summary.md
# PMM Demo backups (it would increase repository size significantly)
dev/clickhouse-backups/
# Exclude AI skills to support fast local experimentation
.claude/
.cursor/
.cursorrules/
build/.cache/