@comfanion/workflow 4.36.15 → 4.36.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build-info.json +1 -1
- package/src/opencode/config.yaml +7 -0
package/package.json
CHANGED
package/src/build-info.json
CHANGED
package/src/opencode/config.yaml
CHANGED
|
@@ -269,7 +269,14 @@ vectorizer:
|
|
|
269
269
|
ignore:
|
|
270
270
|
- "**/node_modules/**"
|
|
271
271
|
- "**/.git/**"
|
|
272
|
+
- "**/dist/**"
|
|
273
|
+
- "**/build/**"
|
|
272
274
|
- "**/.opencode/**"
|
|
275
|
+
- "**/docs/**"
|
|
276
|
+
- "**/vendor/**"
|
|
277
|
+
- "**/__pycache__/**"
|
|
278
|
+
- "**/*.min.js"
|
|
279
|
+
- "**/*.bundle.js"
|
|
273
280
|
- "**/package-lock.json"
|
|
274
281
|
- "**/yarn.lock"
|
|
275
282
|
|