chore: initial commit of Wagtail backend scaffold
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.sqlite3
|
||||
.env
|
||||
/media/
|
||||
/staticfiles/
|
||||
.venv/
|
||||
venv/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
node_modules/
|
||||
.next/
|
||||
|
||||
# frontend 是独立的 Next.js 仓库(自带 .git),不纳入后端仓库版本控制
|
||||
/frontend/
|
||||
Reference in New Issue
Block a user