v0.1.0
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
# 依赖
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# 环境变量
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# 日志
|
||||
logs
|
||||
*.log
|
||||
|
||||
# 运行时数据
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# 覆盖率目录
|
||||
coverage/
|
||||
.nyc_output
|
||||
|
||||
# 依赖目录
|
||||
node_modules/
|
||||
|
||||
# 可选npm缓存目录
|
||||
.npm
|
||||
|
||||
# 可选eslint缓存
|
||||
.eslintcache
|
||||
|
||||
# 输出目录
|
||||
dist/
|
||||
build/
|
||||
|
||||
# 临时文件
|
||||
.tmp/
|
||||
.temp/
|
||||
|
||||
# IDE文件
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 操作系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
Reference in New Issue
Block a user