chore(ignore): 更新.gitignore文件

- 添加/dist/目录到忽略列表
- 确保构建产物不会被版本控制跟踪
master
钟良源 4 months ago
parent c4b8595c01
commit a110ec904a

1
.gitignore vendored

@ -15,6 +15,7 @@
# next.js # next.js
/.next/ /.next/
/out/ /out/
/dist/
# production # production
/build /build

Loading…
Cancel
Save