You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
377 B
38 lines
377 B
# 依赖
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# 构建产物
|
|
dist/
|
|
build/
|
|
|
|
# 日志
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# 编辑器
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# 系统
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# 缓存
|
|
.cache/
|
|
.parcel-cache/
|
|
.eslintcache
|
|
|
|
# 上传快照(项目根目录外的 tar.gz 不需要跟踪)
|
|
*.tar.gz
|
|
|