Skip to content

Commit fd11ebd

Browse files
committed
fix: ignore files
1 parent b5b01c6 commit fd11ebd

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h-codex",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "A semantic code search tool for intelligent, cross-repo context retrieval.",
55
"author": "Htoo Pyae Lwin",
66
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpbyte/h-codex-core",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Core indexing and search functionality for h-codex",
55
"author": "Htoo Pyae Lwin",
66
"license": "MIT",

packages/core/src/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const DEFAULT_CONFIG: FileExplorerConfig = {
4141
],
4242
defaultIgnorePatterns: [
4343
'node_modules/**',
44+
'dist/**',
4445
'.git/**',
4546
'*.log',
4647
'*.lock',

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpbyte/h-codex-mcp",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Model Context Protocol for h-codexx",
55
"author": "Htoo Pyae Lwin",
66
"license": "MIT",

0 commit comments

Comments
 (0)