mirror of
https://github.com/unraid/api.git
synced 2026-05-09 08:41:12 -05:00
feat: ignore generated code
This commit is contained in:
@@ -31,4 +31,5 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
|
|||||||
],
|
],
|
||||||
'prettier/prettier': 'error',
|
'prettier/prettier': 'error',
|
||||||
},
|
},
|
||||||
|
ignores: ['src/graphql/generated/client/**/*'],
|
||||||
});
|
});
|
||||||
|
|||||||
+4
-1
@@ -1,4 +1,7 @@
|
|||||||
!src/*
|
!src/*
|
||||||
|
|
||||||
# Downloaded Fixtures (For File Modifications)
|
# Downloaded Fixtures (For File Modifications)
|
||||||
src/unraid-api/unraid-file-modifier/modifications/__fixtures__/downloaded/*
|
src/unraid-api/unraid-file-modifier/modifications/__fixtures__/downloaded/*
|
||||||
|
|
||||||
|
# Generated Types
|
||||||
|
src/graphql/generated/client/*.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user