ignore dev caches in example tool configs

This commit is contained in:
2026-08-09 20:22:55 +05:30
parent 9fd80b7cef
commit 3f5ec8696f
7 changed files with 57 additions and 15 deletions
@@ -11,5 +11,5 @@
"allowImportingTsExtensions": true
},
"include": ["wrnexus.workspace.ts", "packages/**/*.ts"],
"exclude": ["node_modules", "dist", "apps"]
"exclude": ["node_modules", "dist", "apps", ".wrnexus-*", "**/.wrnexus-*"]
}