Fixes #22310: Restore tracked placeholder in project-static/docs to prevent staticfiles warning (#22337)

This commit is contained in:
Jason Novinger 2026-06-01 07:31:51 -05:00 committed by GitHub
parent bc75706b24
commit a72ab9007e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@ -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/

View File