refactor: add .astro to ignore

This commit is contained in:
Scott
2024-04-28 17:10:05 -04:00
parent e6ccd3803a
commit 55e50e8faa

View File

@@ -54,6 +54,6 @@ export default [
}, },
}, },
{ {
ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts'], ignores: ['dist', 'node_modules', '.github', 'types.generated.d.ts', '.astro'],
}, },
]; ];