Skip to content

Commit

Permalink
ignore local cli dropped by the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 19, 2024
1 parent b4bc654 commit 8337217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vscode/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ export class ExtensionState extends EventTarget {
*.js -diff merge=ours linguist-generated
`
)
// add .gitignore
await writeFile(dir, ".gitignore", `# ignore local cli
genaiscript.cjs
cache/
retrieval/
`)
}

aiRequestCache() {
Expand Down

0 comments on commit 8337217

Please sign in to comment.