Add image upload support: assets dir, POST /api/assets, editor drop zone
This commit is contained in:
@@ -4,6 +4,7 @@ __pycache__/
|
||||
.venv/
|
||||
venv/
|
||||
.python-version
|
||||
.idea*
|
||||
|
||||
# Site build output (managed by submodule)
|
||||
site/dist/
|
||||
@@ -20,5 +21,9 @@ data/
|
||||
deployment/
|
||||
deploy/vps/
|
||||
|
||||
# User-uploaded assets (out-of-band; rsync'd to VPS separately, not versioned)
|
||||
assets/*
|
||||
!assets/.gitkeep
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user