-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy path.gitignore
More file actions
138 lines (129 loc) · 4.28 KB
/
.gitignore
File metadata and controls
138 lines (129 loc) · 4.28 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
debug
build
release
.externals
.internals
*.swp
compile_commands.json
.cache
sim
*.pyc
CLAUDE.md
# TODO: rules need to be removed later
source/util/src/version.c
# these rules exist because those files would be generated when building
# by some old versions of TDengine
# generated by lemon
include/common/ttokenauto.h
source/libs/parser/inc/sql.out
source/libs/parser/src/sql.c
# generated by outbind cmake download process
contrib/cJson/
contrib/cpp-stub/
contrib/curl2/
contrib/deps-download/
contrib/geos/
contrib/googletest/
contrib/lemon/lemon
contrib/libuv/
contrib/lz4/
contrib/lzma2/
contrib/openssl/
contrib/pcre2/
contrib/tz/
contrib/zlib/
contrib/rocksdb
# generated by outbind cmake download process
source/os/src/timezone/localtime.c
source/os/src/timezone/private.h
source/os/src/timezone/strftime.c
source/os/src/timezone/tzdir.h
source/os/src/timezone/tzfile.h
# generated by outbind cmake download process
tools/taosadapter
#
*.DS_Store
*.log
*.vscode
# test file when running test
tests/**/__pycache__/
sim/
test/run/
test/allure-results/
test/screenlog.0
test/output.txt
test/env/ci_default.yaml
tests/lcov-1.16*
# generated by ide
.idea/
cmake-build-debug/
cmake-build-release/
test/allure-results
test/env
test/run
test/screenlog*
test/output.tmp
CMakeUserPresets.json
.agents/skills/brainstorming/SKILL.md
.agents/skills/dispatching-parallel-agents/SKILL.md
.agents/skills/executing-plans/SKILL.md
.agents/skills/finishing-a-development-branch/SKILL.md
.agents/skills/planning-with-files/examples.md
.agents/skills/planning-with-files/reference.md
.agents/skills/planning-with-files/SKILL.md
.agents/skills/planning-with-files/scripts/check-complete.ps1
.agents/skills/planning-with-files/scripts/check-complete.sh
.agents/skills/planning-with-files/scripts/init-session.ps1
.agents/skills/planning-with-files/scripts/init-session.sh
.agents/skills/planning-with-files/scripts/session-catchup.py
.agents/skills/planning-with-files/templates/findings.md
.agents/skills/planning-with-files/templates/progress.md
.agents/skills/planning-with-files/templates/task_plan.md
.agents/skills/receiving-code-review/SKILL.md
.agents/skills/requesting-code-review/code-reviewer.md
.agents/skills/requesting-code-review/SKILL.md
.agents/skills/subagent-driven-development/code-quality-reviewer-prompt.md
.agents/skills/subagent-driven-development/implementer-prompt.md
.agents/skills/subagent-driven-development/SKILL.md
.agents/skills/subagent-driven-development/spec-reviewer-prompt.md
.agents/skills/systematic-debugging/condition-based-waiting-example.ts
.agents/skills/systematic-debugging/condition-based-waiting.md
.agents/skills/systematic-debugging/CREATION-LOG.md
.agents/skills/systematic-debugging/defense-in-depth.md
.agents/skills/systematic-debugging/find-polluter.sh
.agents/skills/systematic-debugging/root-cause-tracing.md
.agents/skills/systematic-debugging/SKILL.md
.agents/skills/systematic-debugging/test-academic.md
.agents/skills/systematic-debugging/test-pressure-1.md
.agents/skills/systematic-debugging/test-pressure-2.md
.agents/skills/systematic-debugging/test-pressure-3.md
.agents/skills/test-driven-development/SKILL.md
.agents/skills/test-driven-development/testing-anti-patterns.md
.agents/skills/using-git-worktrees/SKILL.md
.agents/skills/using-superpowers/SKILL.md
.agents/skills/verification-before-completion/SKILL.md
.agents/skills/writing-plans/SKILL.md
.agents/skills/writing-skills/anthropic-best-practices.md
.agents/skills/writing-skills/graphviz-conventions.dot
.agents/skills/writing-skills/persuasion-principles.md
.agents/skills/writing-skills/render-graphs.js
.agents/skills/writing-skills/SKILL.md
.agents/skills/writing-skills/testing-skills-with-subagents.md
.agents/skills/writing-skills/examples/CLAUDE_MD_TESTING.md
.claude/settings.local.json
.claude/skills/brainstorming
.claude/skills/dispatching-parallel-agents
.claude/skills/executing-plans
.claude/skills/finishing-a-development-branch
.claude/skills/planning-with-files
.claude/skills/receiving-code-review
.claude/skills/requesting-code-review
.claude/skills/subagent-driven-development
.claude/skills/systematic-debugging
.claude/skills/test-driven-development
.claude/skills/using-git-worktrees
.claude/skills/using-superpowers
.claude/skills/verification-before-completion
.claude/skills/writing-plans
.claude/skills/writing-skills
skills-lock.json