diff --git a/.config/.jscpd.json b/.config/.jscpd.json index 4abead46bc3..b0dee3cbea3 100644 --- a/.config/.jscpd.json +++ b/.config/.jscpd.json @@ -4,57 +4,57 @@ "minTokens": 65, "ignore": [ ".history/**", + "**/__snapshots__/**", + "**/.github/**", "**/.idea/**", + "**/.next/**", + "**/.nuxt/**", + "**/.output/**", "**/.vscode/**", - "**/build/**", - "**/public/**", - "**/dist/**", + "**/*-example/index.html", + "**/*-showcase/index.html", + "**/*.spec.tsx", + "**/**config.ts", + "**/angular-*/**/main.ts", + "**/angular.json", "**/build-outputs/**", "**/build-showcases/**", - "**/output/**", - "**/node_modules/**", - "**/__snapshots__/**", - "**/test-results/**", - "**/*.spec.tsx", - "**/.next/**", - "**/.github/**", + "**/build/**", + "**/dist/**", "**/docs/**", + "**/generated/**", + "**/navigation-items.ts", + "**/node_modules/**", + "**/output/**", "**/patternhub/**/components/**", - "**/*-example/index.html", - "**/*-showcase/index.html", - "**/angular.json", - "**/tsconfig.json", - "**/angular-*/**/main.ts", + "**/playwright-report/**", + "**/public/**", "**/README.md", - "**/generated/**", - "showcases/shared/*.json", - "showcases/patternhub/out/**", - "showcases/**/results/**", + "**/test-results/**", + "**/tests/**", + "**/tsconfig.json", + "packages/components/src/components/**/*.spec.tsx", "packages/components/src/components/**/index.html", - "packages/components/src/components/notification/notification.lite.tsx", - "showcases/react-showcase/src/components/notification/index.tsx", "packages/components/src/components/checkbox/checkbox.lite.tsx", - "showcases/react-showcase/src/components/checkbox/index.tsx", + "packages/components/src/components/notification/notification.lite.tsx", "packages/components/src/components/radio/radio.lite.tsx", - "showcases/react-showcase/src/components/radio/index.tsx", - "showcases/react-showcase/src/components/radio/index.tsx", - "showcases/react-showcase/src/components/notification/index.tsx", - "showcases/next-showcase/pages/_app.tsx", - "showcases/vue-showcase/src/components/form/Form.vue", - "showcases/angular-showcase/.angular/cache/**", - "showcases/angular-ssr-showcase/.angular/cache/**", - "packages/components/src/components/**/*.spec.tsx", "packages/components/src/components/tag/tag.spec.tsx", - "**/**config.ts", - "**/navigation-items.ts", - "showcases/angular-showcase/.angular/cache", "packages/foundations/assets/icons/functional/fonts/**", - "**/playwright-report/**", "packages/foundations/src", - "**/.output/**", - "**/.nuxt/**", + "showcases/**/results/**", + "showcases/angular-showcase/.angular/cache", + "showcases/angular-showcase/.angular/cache/**", + "showcases/angular-ssr-showcase/.angular/cache/**", + "showcases/next-showcase/pages/_app.tsx", "showcases/nuxt-showcase/**", - "**/tests/**" + "showcases/patternhub/out/**", + "showcases/react-showcase/src/components/checkbox/index.tsx", + "showcases/react-showcase/src/components/notification/index.tsx", + "showcases/react-showcase/src/components/notification/index.tsx", + "showcases/react-showcase/src/components/radio/index.tsx", + "showcases/react-showcase/src/components/radio/index.tsx", + "showcases/shared/*.json", + "showcases/vue-showcase/src/components/form/Form.vue" ], "absolute": true }