Skip to content

Commit 2761096

Browse files
committed
chore: 同步 dreamina-java-sdk 的 .gitignore(统一跨项目忽略文件)
1 parent e5c7059 commit 2761096

1 file changed

Lines changed: 32 additions & 91 deletions

File tree

.gitignore

Lines changed: 32 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,36 @@
1-
target/
2-
bin/
3-
!.mvn/wrapper/maven-wrapper.jar
4-
!**/src/main/**/target/
5-
!**/src/test/**/target/
6-
.flattened-pom.xml
7-
.fastRequest
8-
Cargo.lock
9-
*.swp
10-
*.swo
11-
12-
### STS ###
13-
.apt_generated
14-
.classpath
15-
.factorypath
16-
.project
17-
.settings
18-
.springBeans
19-
.sts4-cache
20-
rebel.xml
21-
22-
### IntelliJ IDEA ###
23-
.idea
24-
*.iws
25-
*.iml
26-
*.ipr
27-
28-
### NetBeans ###
29-
/nbproject/private/
30-
/nbbuild/
31-
/dist/
32-
/nbdist/
33-
/.nb-gradle/
34-
build/
35-
!**/src/main/**/build/
36-
!**/src/test/**/build/
37-
38-
### VS Code ###
39-
.vscode/
40-
.claude/
41-
42-
### Mac OS ###
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
12+
13+
# Package Files #
14+
*.jar
15+
*.war
16+
*.nar
17+
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
replay_pid*
4325
.DS_Store
4426

45-
**/dependency-reduced-pom.xml
46-
47-
### Python
48-
__pycache__/
49-
*.py[cod]
50-
*$py.class
51-
*.egg-info/
52-
53-
### Docs
54-
docs/_build
55-
.venv/
56-
57-
58-
# vibe coding
59-
.claude
60-
openspec
61-
AGENTS.md
62-
CLAUDE.md
63-
64-
##Log
65-
logs/
27+
# Maven
28+
/target/
6629

67-
## Frontend (all frontend/ directories across examples and extensions)
68-
# Dependencies
69-
**/node_modules/
70-
# Build output
71-
**/dist/
72-
**/build/
73-
**/.output/
74-
# Vite / bundler caches
75-
**/.vite/
76-
**/.cache/
77-
**/.parcel-cache/
78-
# Type-check / tsc output
79-
**/*.tsbuildinfo
80-
# Env files (may contain secrets)
81-
**/.env.local
82-
**/.env.*.local
83-
# Coverage
84-
**/coverage/
85-
# Storybook
86-
**/storybook-static/
87-
# boba-tea-shop: generated static assets served by the supervisor-agent
88-
**/boba-tea-shop/supervisor-agent/**/static/
89-
90-
##agentscope
91-
.agentscope/
92-
93-
## harness db
94-
**/*.db
30+
# 本地 dreamina CLI 采集输出
31+
.cli-audit/
9532

33+
# Python
34+
__pycache__/
35+
*.pyc
36+
target/

0 commit comments

Comments
 (0)