Skip to content

Commit

Permalink
chore(knip): 🧹 add ignore rules for yarn and turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 24, 2023
1 parent a77685f commit ecdc5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { type KnipConfig } from "knip";
const config: KnipConfig = {
workspaces: {
".": {
ignore: [".yarn"],
ignoreBinaries: ["turbo"],
},
"apps/strapi-app": {
Expand Down

0 comments on commit ecdc5dd

Please sign in to comment.