Skip to content

Commit de79c95

Browse files
committed
fix: add /nix/store to ignored files in biome configuration
1 parent a958cdc commit de79c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
}
3232
},
3333
"files": {
34-
"ignore": ["node_modules", "dist", "coverage", "pnpm-lock.yaml"]
34+
"ignore": ["node_modules", "dist", "coverage", "pnpm-lock.yaml", "/nix/store"]
3535
}
3636
}

0 commit comments

Comments
 (0)