fix:修复脚本命令
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
########################
|
||||||
|
# OS / 编辑器
|
||||||
|
########################
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.idea
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
########################
|
||||||
|
# Node / Vite(前后端通用)
|
||||||
|
########################
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
.vite
|
||||||
|
|
||||||
|
# 本地环境变量(不要提交)
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
*.local
|
||||||
|
|
||||||
|
########################
|
||||||
|
# 日志
|
||||||
|
########################
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
########################
|
||||||
|
# 测试 & 覆盖率
|
||||||
|
########################
|
||||||
|
coverage
|
||||||
|
.nyc_output
|
||||||
|
|
||||||
|
########################
|
||||||
|
# 其他
|
||||||
|
########################
|
||||||
|
*.pid
|
||||||
|
*.pid.lock
|
||||||
|
.eslintcache
|
||||||
|
.npm
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
Reference in New Issue
Block a user