Skip to content

Commit 8a98005

Browse files
committed
ignore generated file
1 parent 14f79b1 commit 8a98005

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ yarn-error.log*
3838
# typescript
3939
*.tsbuildinfo
4040
next-env.d.ts
41-
lib/generated.ts
41+
**/generated.ts

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const eslintConfig = defineConfig([
2525
'**/.*cache/',
2626
'**/coverage/',
2727
'**/node_modules/',
28-
'**/public/'
28+
'**/public/',
29+
'**/generated.ts'
2930
])
3031
])
3132

0 commit comments

Comments
 (0)