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
+8 -1
View File
@@ -7,7 +7,14 @@ const tsconfigRootDir = dirname(fileURLToPath(import.meta.url));
export default tseslint.config(
{
ignores: ["node_modules/**", "dist/**", ".wrnexus/**", "**/.wrnexus/**"],
ignores: [
"node_modules/**",
"dist/**",
".wrnexus/**",
"**/.wrnexus/**",
".wrnexus-*/**",
"**/.wrnexus-*/**",
],
},
{
languageOptions: {