ignore: git ignore the lockfiles for .opencode

This commit is contained in:
Aiden Cline
2026-01-22 10:06:27 -06:00
parent 29cebd73e5
commit 2e09d7d835
3 changed files with 2 additions and 23 deletions

View File

@@ -1 +1,3 @@
plans/
bun.lock
package.json

View File

@@ -1,18 +0,0 @@
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"dependencies": {
"@opencode-ai/plugin": "0.0.0-dev-202601211610",
},
},
},
"packages": {
"@opencode-ai/plugin": ["@opencode-ai/plugin@0.0.0-dev-202601211610", "", { "dependencies": { "@opencode-ai/sdk": "0.0.0-dev-202601211610", "zod": "4.1.8" } }, "sha512-7yBM53Xr7B7fsJlR0kItHi7Rubqyasruj+A167aaXImO3lNczIH9IMizAU+f1O73u0fJYqvs+BGaU/eXOHdaRA=="],
"@opencode-ai/sdk": ["@opencode-ai/sdk@0.0.0-dev-202601211610", "", {}, "sha512-p6hg+eZqz+kVIZqOQYhQwnRfW9s0Fojqb9f+i//cZ8a0Vj5RBwcySkQDA8CwSK1gVWuNwHfy8RLrjGxdxAaS5g=="],
"zod": ["zod@4.1.8", "", {}, "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ=="],
}
}

View File

@@ -1,5 +0,0 @@
{
"dependencies": {
"@opencode-ai/plugin": "0.0.0-dev-202601211610"
}
}