diff options
| author | Err <[email protected]> | 2025-11-04 09:15:01 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-04 09:15:01 -0600 |
| commit | 6f0028644e12686f1c7282e08126c9da0d0752fe (patch) | |
| tree | ac0f6b7bbfb8ddd04da28e425bc68b499d17dd48 /.gitignore | |
| parent | aec44abcf6d517b2b30f543042e7f3d67380e9fa (diff) | |
| download | opencode-6f0028644e12686f1c7282e08126c9da0d0752fe.tar.gz opencode-6f0028644e12686f1c7282e08126c9da0d0752fe.zip | |
fix: support scoped npm plugins (#3785)
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 81bdb9929..f69a70796 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ playground tmp dist .turbo +**/.serena +.serena/ |
