mirror of
https://github.com/unraid/api.git
synced 2026-05-24 10:49:03 -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/**/*'],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2,3 +2,6 @@
|
|||||||
|
|
||||||
# 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