.
This commit is contained in:
parent
7a15923221
commit
1a33737629
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
# 依赖
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# 构建产物
|
||||||
|
dist/
|
||||||
|
dist-ssr/
|
||||||
|
|
||||||
|
# 日志
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# 环境变量
|
||||||
|
*.local
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# 编辑器
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea/
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sw?
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
|
||||||
|
# .NET
|
||||||
|
backend/**/bin/
|
||||||
|
backend/**/obj/
|
||||||
|
|
||||||
|
# UniApp / 移动端
|
||||||
|
mobile/dist/
|
||||||
|
mobile/unpackage/
|
||||||
|
|
||||||
|
# 系统文件
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# 测试覆盖率
|
||||||
|
coverage/
|
||||||
|
*.lcov
|
||||||
Loading…
Reference in New Issue
Block a user