jingrow-framework/.gitignore
2025-11-03 21:17:31 +08:00

47 lines
610 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*.pyc
*.py~
*.comp.js
*.DS_Store
.wnf-lang-status
*.swp
*.egg-info
dist/
# Redis 数据文件
dump.rdb
*.rdb
redis.conf.bak
# Jingrow 前端
node_modules
frontend/dist/
frontend/node_modules/
frontend/.env.local
frontend/.env.test
frontend/.env.production
# 忽略名为 test 的文件夹
test/
.cursor/
# 忽略所有 文件夹
**/frontend/public/files/
**/jfile/files/
**/output/
**/__pycache__/
*.py[cod]
.env
# apps 目录:只跟踪 jingrow忽略其他所有应用
apps/*
!apps/jingrow/
!apps/jingrow
# uv/virtualenv忽略所有目录下的 .venv保留 uv.lock 追踪
.venv/
**/.venv/