jingrowtools/.gitignore

55 lines
715 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
# Redis 数据文件
dump.rdb
*.rdb
redis.conf.bak
# Jingrow 前端
node_modules
frontend/node_modules/
frontend/.env.local
frontend/.env.test
frontend/.env.production
**/frontend/dist/
dist/
# 忽略名为 test 的文件夹
test/
.cursor/
# 忽略所有 文件夹
**/frontend/public/files/
**/jfile/files/
**/output/
**/__pycache__/
# 后端文件存储目录
apps/jingrow/jingrow/public/files/
*.py[cod]
.env
# apps 目录:只跟踪 jingrow忽略其他所有应用
apps/*
!apps/jingrow/
!apps/jingrow
# uv/virtualenv忽略所有目录下的 .venv保留 uv.lock 追踪
.venv/
**/.venv/
# 运行时缓存文件
.cache/
tmp/