-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (41 loc) · 1.08 KB
/
.gitignore
File metadata and controls
46 lines (41 loc) · 1.08 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
/build/
target/
.idea/
*.iml
.classpath
.project
.settings/
.DS_Store
*~
packages/
**/dependency-reduced-pom.xml
**/dist/
/docker/snapshot/*.gz
.mvn/wrapper/*.jar
OALLexer.tokens
.factorypath
.vscode
.checkstyle
.externalToolBuilders
oap-server/oal-grammar/**/gen/
oap-server/analyzer/log-analyzer/**/gen/
oap-server/analyzer/meter-analyzer/**/gen/
MQELexer.tokens
oap-server/mqe-grammar/**/gen/
PromQLLexer.tokens
oap-server/server-query-plugin/promql-plugin/gen/
LogQLLexer.tokens
oap-server/server-query-plugin/logql-plugin/gen/
# This serves as a template but will ONLY be updated when building a source release tar,
# so we don't track future updates of this file.
oap-server/server-starter/src/main/resources/version.properties
# Benchmark reports and downloaded tools
benchmarks/reports/
benchmarks/.istio/
# Generated .class files from v2 compiler (created during v1-v2 checker tests)
test/script-cases/scripts/**/*.generated-classes/
# Flattened pom files generated by flatten-maven-plugin
.flattened-pom.xml
# Claude Code local settings
.claude/settings.local.json
*.generated-classes/