Skip to content

Commit 55afa93

Browse files
committed
ci: ignore .cache
1 parent a555f13 commit 55afa93

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
node_modules
22
.DS_Store
33
dist
4-
__screenshots__
4+
__screenshots__
5+
6+
# Generated on CI
7+
.cache

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { jsFileExtensions } from "@blitz/eslint-plugin/dist/configs/javascript.j
33
import { tsFileExtensions } from "@blitz/eslint-plugin/dist/configs/typescript.js";
44

55
export default [
6-
{ ignores: ["**/dist", "**/node_modules"] },
6+
{ ignores: ["**/dist", "**/node_modules", ".cache"] },
77

88
...blitzPlugin.configs.recommended(),
99

0 commit comments

Comments
 (0)