gitignore: ignore top-level static/ but allow app-level static/ (unignore */static/)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -29,8 +29,10 @@ share/python-wheels/
|
|||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
MANIFEST
|
MANIFEST
|
||||||
#static/
|
# Ignore only the top-level static/ directory
|
||||||
!apps/*/static
|
/static/
|
||||||
|
# But do not ignore app-level static directories (e.g. viewer/static/)
|
||||||
|
!*/static/
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# Usually these files are written by a python script from a template
|
||||||
@@ -360,4 +362,3 @@ Icon
|
|||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user