md/.gitignore
yanglbme 1483ebaf79 build: release v1.5.8
- 支持 minio 图床,移除 Gitee 图床 #131  #146
- 支持批量上传图片 #144
- 新增 docker 镜像部署 #doocs/docker-md
- 修复 prettier, cheerio 等依赖包版本问题 #140
- 其他小部分优化
2022-05-25 22:31:54 +08:00

49 lines
538 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist
lib
node_modules
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# mockm
httpData
public/upload/**
!public/upload/*.gitkeep
.history