Skip to content

Commit

Permalink
chore: add turborepo cache folder to default ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-genestier committed Aug 10, 2024
1 parent 15b0205 commit fdf67df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ export const DEFAULT_IGNORES = [
"tmp",
// Our output file
"codebase.md",
// Turborepo cache folder
".turbo"
];

export function removeWhitespace(val: string): string {
Expand Down

0 comments on commit fdf67df

Please sign in to comment.