Skip to content

Commit 3d02c9c

Browse files
committed
chore: sync .gitignore
1 parent 047f79b commit 3d02c9c

1 file changed

Lines changed: 90 additions & 6 deletions

File tree

.gitignore

Lines changed: 90 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,93 @@
11
target/
2-
.idea/
2+
bin/
3+
!.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**/target/
5+
!**/src/test/**/target/
6+
.flattened-pom.xml
7+
.fastRequest
8+
9+
### STS ###
10+
.apt_generated
11+
.classpath
12+
.factorypath
13+
.project
14+
.settings
15+
.springBeans
16+
.sts4-cache
17+
rebel.xml
18+
19+
### IntelliJ IDEA ###
20+
.idea
21+
*.iws
322
*.iml
23+
*.ipr
24+
25+
### NetBeans ###
26+
/nbproject/private/
27+
/nbbuild/
28+
/dist/
29+
/nbdist/
30+
/.nb-gradle/
31+
build/
32+
bin/
33+
!**/src/main/**/build/
34+
!**/src/test/**/build/
35+
36+
### VS Code ###
37+
.vscode/
38+
.claude/
39+
40+
### Mac OS ###
441
.DS_Store
5-
*.class
6-
*.jar
7-
*.war
8-
*.ear
9-
hs_err_pid*
42+
43+
.flattened-pom.xml
44+
**/dependency-reduced-pom.xml
45+
46+
### Python
47+
__pycache__/
48+
*.py[cod]
49+
*$py.class
50+
*.egg-info/
51+
52+
### Docs
53+
docs/_build
54+
.venv/
55+
56+
57+
# vibe coding
58+
.claude
59+
openspec
60+
AGENTS.md
61+
CLAUDE.md
62+
63+
##Log
64+
logs/
65+
66+
## Frontend (all frontend/ directories across examples and extensions)
67+
# Dependencies
68+
**/frontend/node_modules/
69+
# Build output
70+
**/frontend/dist/
71+
**/frontend/build/
72+
**/frontend/.output/
73+
# Vite / bundler caches
74+
**/frontend/.vite/
75+
**/frontend/.cache/
76+
**/frontend/.parcel-cache/
77+
# Type-check / tsc output
78+
**/frontend/*.tsbuildinfo
79+
# Env files (may contain secrets)
80+
**/frontend/.env.local
81+
**/frontend/.env.*.local
82+
# Coverage
83+
**/frontend/coverage/
84+
# Storybook
85+
**/frontend/storybook-static/
86+
# boba-tea-shop: generated static assets served by the supervisor-agent
87+
**/boba-tea-shop/supervisor-agent/**/static/
88+
89+
##agentscope
90+
.agentscope/
91+
92+
## harness db
93+
**/*.db

0 commit comments

Comments
 (0)