Skip to content

Commit 15af2fa

Browse files
committed
chore: sync .gitignore
1 parent 3d02c9c commit 15af2fa

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

.gitignore

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ bin/
55
!**/src/test/**/target/
66
.flattened-pom.xml
77
.fastRequest
8+
Cargo.lock
9+
*.swp
10+
*.swo
811

912
### STS ###
1013
.apt_generated
@@ -29,7 +32,6 @@ rebel.xml
2932
/nbdist/
3033
/.nb-gradle/
3134
build/
32-
bin/
3335
!**/src/main/**/build/
3436
!**/src/test/**/build/
3537

@@ -40,7 +42,6 @@ bin/
4042
### Mac OS ###
4143
.DS_Store
4244

43-
.flattened-pom.xml
4445
**/dependency-reduced-pom.xml
4546

4647
### Python
@@ -65,24 +66,24 @@ logs/
6566

6667
## Frontend (all frontend/ directories across examples and extensions)
6768
# Dependencies
68-
**/frontend/node_modules/
69+
**/node_modules/
6970
# Build output
70-
**/frontend/dist/
71-
**/frontend/build/
72-
**/frontend/.output/
71+
**/dist/
72+
**/build/
73+
**/.output/
7374
# Vite / bundler caches
74-
**/frontend/.vite/
75-
**/frontend/.cache/
76-
**/frontend/.parcel-cache/
75+
**/.vite/
76+
**/.cache/
77+
**/.parcel-cache/
7778
# Type-check / tsc output
78-
**/frontend/*.tsbuildinfo
79+
**/*.tsbuildinfo
7980
# Env files (may contain secrets)
80-
**/frontend/.env.local
81-
**/frontend/.env.*.local
81+
**/.env.local
82+
**/.env.*.local
8283
# Coverage
83-
**/frontend/coverage/
84+
**/coverage/
8485
# Storybook
85-
**/frontend/storybook-static/
86+
**/storybook-static/
8687
# boba-tea-shop: generated static assets served by the supervisor-agent
8788
**/boba-tea-shop/supervisor-agent/**/static/
8889

@@ -91,3 +92,4 @@ logs/
9192

9293
## harness db
9394
**/*.db
95+

0 commit comments

Comments
 (0)