Skip to content

Commit

Permalink
refactor(jscpd config): sorting ignore entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Aug 8, 2024
1 parent efad2e1 commit e52ccd5
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .config/.jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e52ccd5

Please sign in to comment.