Fixes #22310: Restore tracked placeholder in project-static/docs to prevent staticfiles warning (#22337)
This commit is contained in:
parent
bc75706b24
commit
a72ab9007e
|
|
@ -14,8 +14,10 @@ yarn-error.log*
|
|||
# AI tooling
|
||||
.claude/settings.local.json
|
||||
|
||||
# Documentation generated by the upgrade/build workflow
|
||||
/netbox/project-static/docs/
|
||||
# Documentation generated by the upgrade/build workflow.
|
||||
# Keep the placeholder so the directory exists in a fresh checkout.
|
||||
/netbox/project-static/docs/*
|
||||
!/netbox/project-static/docs/.gitkeep
|
||||
|
||||
# Static files collected by Django
|
||||
/netbox/static/
|
||||
|
|
|
|||
Loading…
Reference in New Issue