We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc7ac4 commit 0a96d25Copy full SHA for 0a96d25
1 file changed
packages/opencode/src/file/ignore.ts
@@ -18,6 +18,10 @@ export namespace FileIgnore {
18
".hg",
19
".vscode",
20
".idea",
21
+ ".turbo",
22
+ ".output",
23
+ "desktop",
24
+ ".sst",
25
])
26
27
const FILES = [
0 commit comments