Follow symlinked plugin folders, and keep a plugin .npmrc out of the image
CI / full-gate (push) Successful in 2m44s

This commit is contained in:
lilleman
2026-08-18 07:49:51 +02:00
parent 77343e859a
commit 3f9787df48
5 changed files with 32 additions and 5 deletions
+4
View File
@@ -6,6 +6,10 @@ npm-debug.log
*.log
.DS_Store
# A plugin author's pin setting, per README → Plugin dependencies. Nothing reads it at runtime, and
# an .npmrc is where a private-registry token would sit — never bake one into a shipped image.
plugins/**/.npmrc
e2e-tests/artifacts
# Orchestration, not test code — keep them out of the runner image (COPY e2e-tests/ ./)
e2e-tests/Dockerfile