Commit db51e65b authored by IanShaw027's avatar IanShaw027
Browse files

chore: 添加ESLint忽略配置

- 添加.eslintignore文件
parent 72a2ed95
# 忽略编译后的文件
vite.config.js
vite.config.d.ts
# 忽略依赖
node_modules/
# 忽略构建输出
dist/
../backend/internal/web/dist/
# 忽略缓存
.cache/
.vite/
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment