Skip to content

Commit d5fce0b

Browse files
committed
ignore generated files
1 parent baf72dc commit d5fce0b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.generated.ts

packages/b2c-tooling/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ const gitignorePath = path.resolve(path.dirname(fileURLToPath(import.meta.url)),
88

99
export default [
1010
includeIgnoreFile(gitignorePath),
11+
{
12+
ignores: ['**/*.generated.ts'],
13+
},
1114
...tseslint.configs.recommended,
1215
prettierPlugin,
1316
{

0 commit comments

Comments
 (0)