-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (71 loc) · 1.22 KB
/
.gitignore
File metadata and controls
81 lines (71 loc) · 1.22 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
# OS / filesystem
__MACOSX
.DS_Store
# Editor / IDE
.idea/
*.iml
.ijwb/
.vscode
*.swp
tags
# Local tooling metadata
.specstory
.cursor
.codex
.trae
docs/superpowers/plans/
# Go workspace / tooling
go.work
go.work.sum
.golangci.bck.yml
# Binaries / generated tools
bin
/tidb-server/tidb-server
/tidb-server/debug
tools/bin/
mysql_tester
genkeyword
/_tools/
# Dependencies
vendor
# Bazel
# skywalking-eyes 0.4 cannot handle the git glob syntax correctly. As a temporary workaround,
# we explicitly list the bazel-related files and directories to be ignored.
# TODO: test and consider upgrading skywalking-eyes in the future.
/_bazel
bazel-*
bazel-bin
bazel-out
bazel-testlogs
bazel-tidb
MODULE.bazel.lock
# Testing / coverage / reports
# Files generated when testing
out
test_coverage
coverage.out
coverage.txt
coverage.dat
profile.coverprofile
*-coverage.xml
*-junit-report.xml
*.test.bin
*.fail.go
*.log
*.log.json
*__failpoint_stash__
/oom_record/
# Integration tests
tests/integrationtest/integration-test.out
tests/integrationtest/integrationtest_tidb-server
tests/integrationtest/s/
tests/integrationtest/replayer/
# Local dev artifacts
bench_daily.json
compose-dev.yaml
fix.sql
export-20*/
var
# Personal config files
/*config.toml
.cache