Files
X-Financial/.gitignore
caoxiaozhu 4d04f4e7af chore(gitignore): 忽略 .env 防止敏感配置入库
将 .env 从版本库移除(本地文件保留),并补充 .env.local 等本地变体忽略规则,
避免数据库密码、密钥等敏感配置进入 git 历史。
2026-06-18 22:14:53 +08:00

32 lines
388 B
Plaintext

node_modules/
dist/
.vite/
web/node_modules/
web/dist/
web/.vite/
.omc/
.omx/
.claude/
.codex/
.codex-temp/
.superpowers/
*.log
.DS_Store
Thumbs.db
__pycache__/
*.pyc
server/.venv/
server/.venv-ocr312
server/.secrets/
server/logs/
server/storage/expense_claims/
server/storage/finance_reports/
test-results/
.codex-remote-attachments/
tmp-*.png
.nezha/
.omo/
.env
.env.local
.env.*.local