加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.prettierignore 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaojun-pd 提交于 2023-10-10 12:31 . init
.DS_Store
# Project Files
.husky/
deploy/
node_modules/
dist/
docs/
plugins/
public/
CNAME
LICENSE
**/assets
# Dependencies version lock file
package-lock.json
pnpm-lock.yaml
yarn.lock
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sh
*.snap
*.png
*.yml
# Other
.eslintignore
.gitmodules
.gitattributes
.gitignore
.prettierignore
.npmignore
.editorconfig
.stylelintrc
.vcmrc
.npmrc.template
.huskyrc
netlify.toml
Dockerfile
Jenkinsfile
# deps exclude
types/auto-imports.d.ts
types/components.d.ts
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化