提交代码
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 依赖
|
||||
node_modules/
|
||||
.pnp/
|
||||
.pnp.js
|
||||
|
||||
# 测试
|
||||
coverage/
|
||||
|
||||
# 生产构建
|
||||
dist/
|
||||
build/
|
||||
|
||||
# 环境变量
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 日志
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 编辑器配置
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.zip*
|
||||
*.swo
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user