Skip to content

Commit

Permalink
chore: add codacy ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed May 1, 2024
1 parent 9f7cd52 commit 3582066
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
exclude_paths:
- "src/client/public/*"
- "src/client/pages/*"
- "assets/*"
- "**.md"
- ".github/**"
- ".husky/**"
- "app/**"
- "coverage/**"
- "dist/**"
- "docs/**"
- "playwright/**"
- "resources/**"
- "scripts/**"
- "src/client/public/**"
- "src/client/pages/**"
- "**/*.config.*"
- "**/*.setup.*"
- "**/__tests__/**"
- "**.d.ts"
- "**.json"
- "**.md"
- "**.yml"
- "Dockerfile"

0 comments on commit 3582066

Please sign in to comment.