yunsan-pc/.gitignore

54 lines
627 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 依赖
node_modules
# 构建产物
dist
dist-ssr
*.local
# 项目文档(本地维护,不纳入版本库)
doc/
# 环境变量(保留 .env.development / .env.production忽略本地覆盖
.env.local
.env.*.local
# 日志
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 编辑器 / IDE
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# 操作系统
.DS_Store
Thumbs.db
Desktop.ini
# 测试 / 覆盖率
coverage
*.lcov
.nyc_output
# 缓存 / 临时文件
.cache
.temp
.tmp
*.tsbuildinfo
.eslintcache
.stylelintcache
# Vite
vite.config.js.timestamp-*