gitignore: ignore top-level static/ but allow app-level static/ (unignore */static/)

This commit is contained in:
2026-03-23 21:21:22 -04:00
parent 9b7a5b2a0e
commit 9d3cb3dfd0

7
.gitignore vendored
View File

@@ -29,8 +29,10 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
#static/
!apps/*/static
# Ignore only the top-level static/ directory
/static/
# But do not ignore app-level static directories (e.g. viewer/static/)
!*/static/
# PyInstaller
# Usually these files are written by a python script from a template
@@ -360,4 +362,3 @@ Icon
Network Trash Folder
Temporary Items
.apdisk