Files
wagtailcms/.gitignore
T

16 lines
225 B
Plaintext

__pycache__/
*.py[cod]
*.sqlite3
.env
/media/
/staticfiles/
.venv/
venv/
*.egg-info/
.pytest_cache/
node_modules/
.next/
# frontend 是独立的 Next.js 仓库(自带 .git),不纳入后端仓库版本控制
/frontend/