healthapp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

108 lines
1.0 KiB

# 依赖目录
node_modules/
.pnp/
.pnp.js
# 构建输出
dist/
build/
.output/
.nuxt/
# Expo / React Native
.expo/
.expo-shared/
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
android/
ios/
# Vue.js
.vite/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
vendor/
# 环境变量
.env
.env.local
.env.*.local
.env.development
.env.production
*.env
# 日志文件
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# 编辑器/IDE
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swp
*.swo
.project
.classpath
.settings/
# 系统文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# 测试覆盖率
coverage/
.nyc_output/
# 缓存
.cache/
.parcel-cache/
.eslintcache
.stylelintcache
*.tsbuildinfo
# 临时文件
tmp/
temp/
*.tmp
*.temp
# 包管理锁文件 (可选,根据团队约定)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# 本地配置
local.properties
# 数据库文件
*.db
server/data/
# 密钥配置
alikey.md
*key*.md