Files
weihai_erp/.gitignore
T
xiaojibeier dd59b3aab5 Track .env files in git for personal deployment sync.
Allow VITE_AMAP_KEY and related config to follow the repo; only .env.local remains ignored.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 17:18:31 +08:00

67 lines
2.1 KiB
Plaintext

# ── 依赖 ──────────────────────────────────────────
node_modules/
# ── 构建产物 ──────────────────────────────────────
dist/
dist-ssr/
build/
*.tsbuildinfo
# ── 环境变量 ───────────────────────────────────────
# 个人项目:.env 随仓库同步;仅忽略本地临时覆盖
.env.local
.env*.local
# ── 日志 ──────────────────────────────────────────
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# ── 测试 / 覆盖率 ─────────────────────────────────
coverage/
/cypress/videos/
/cypress/screenshots/
# ── Tauri / Rust ──────────────────────────────────
src-tauri/target/
src-tauri/gen/schemas/
# ── 移动端 / 本地 SDK(体积大,本机路径)──────────
NDK/
# ── 系统文件 ──────────────────────────────────────
.DS_Store
Thumbs.db
Desktop.ini
# ── 编辑器 / IDE ──────────────────────────────────
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# ── Cursor / AI 本地缓存 ───────────────────────────
.cursor/
# ── 密钥与证书 ────────────────────────────────────
*.pem
*.p12
*.key
*.keystore
credentials.json
secrets.json
# ── 临时文件 ──────────────────────────────────────
*.local
*.tmp
*.temp
.cache/