Skip to content

Commit

Permalink
chore: update knip paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 10, 2024
1 parent f6cb740 commit 4464557
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
node_modules
test-unit-report
dist
build-storybook-static
compiled
build-storybook-static

bundle-analysis.html

Expand All @@ -15,6 +14,7 @@ npm-debug.log*
*.log
.vscode
.idea
test-unit-report
/test-e2e-results/
/test-e2e-report/
/blob-report/
Expand Down
8 changes: 8 additions & 0 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ import type { KnipConfig } from 'knip';

const knipConfig: KnipConfig = {
entry: ['src/index.ts'],
ignore: [
'dist/**',
'compiled/**',
'build-storybook-static/**',
'test-unit-report/**',
'test-e2e-results/**',
'test-e2e-report/**',
],
};

// eslint-disable-next-line import/no-default-export
Expand Down

0 comments on commit 4464557

Please sign in to comment.