Skip to content

Commit

Permalink
knipignore files generated by CRUD generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch authored Dec 15, 2024
1 parent 1b19459 commit acf14e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["./src/main.ts", "./src/console.ts", "./src/repl.ts", "./src/db/ormconfig.cli.ts", "./src/site-configs.d.ts"],
"project": ["./src/**/*.{ts,tsx}"],
"ignore": ["./src/db/migrations/**/*.ts"],
"ignore": ["./src/db/migrations/**/*.ts", "./src/**/generated/**/*.ts"],
"ignoreDependencies": ["@mikro-orm/cli", "jest-junit"],
"rules": {
"enumMembers": "off"
Expand Down

0 comments on commit acf14e2

Please sign in to comment.