Let an installation add its own tabs without the repo having to name them
This commit is contained in:
+12
@@ -43,3 +43,15 @@ Plugin/dist/
|
||||
*.swp
|
||||
*~
|
||||
.vscode/
|
||||
|
||||
# ── Local-only plugin surfaces (per-installation, never pushed) ───────────────
|
||||
# Varaverk.page discovers pages/local/*.php and registers each as a tab; api/local/ holds their
|
||||
# endpoints. Both are symlinks into a store outside this repo, so what they contain belongs to
|
||||
# one installation and is not part of the project. The tracked loader is deliberately generic —
|
||||
# it names no page — so the public mirror never learns what a given server runs here.
|
||||
#
|
||||
# No trailing slash on either pattern. These paths are symlinks, not directories, and git treats
|
||||
# a symlink as a blob — a "dir/" pattern does not match one, so the entries sat untracked rather
|
||||
# than ignored, which is the same near-miss the *.bak rule above documents.
|
||||
Plugin/unraid/pages/local
|
||||
Plugin/unraid/api/local
|
||||
|
||||
Reference in New Issue
Block a user