Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ __pycache__/
# Local design docs, plans, and skill-eval writeups. Authored alongside
# implementation work but not part of the shipped plugin surface.
docs/

# Tunnel package build artifacts. tsc emits to build/, rollup emits to dist/.
# Both are reproducible from sources; npm publish regenerates them via prepack.
tunnel/build/
tunnel/dist/
146 changes: 0 additions & 146 deletions tunnel/build/src/allowlist.js

This file was deleted.

Loading