mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
chore: 新增清理脚本并优化项目配置
1. 新增clean脚本用于清理项目构建产物和缓存 2. 更新.gitignore忽略eslint缓存和src-tauri的target目录 3. 在package.json中添加clean命令 4. 格式化StudentManager组件的回调函数代码
This commit is contained in:
@@ -5,6 +5,7 @@ node_modules/
|
||||
dist/
|
||||
build/
|
||||
target/
|
||||
src-tauri/target/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
@@ -24,6 +25,9 @@ yarn-error.log*
|
||||
*.swo
|
||||
*.tmp
|
||||
|
||||
# Lint cache
|
||||
.eslintcache
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user