Skip to content

Commit

Permalink
Exclude .git directory by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Aug 5, 2024
1 parent d4e1de6 commit 6cb1f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ enabled: true

exclude:
- "**/*.patch"
- "**/.git/**/*"
- "**/node_modules/**/*"
- "**/vendor/**/*"
- ".github/workflows/**/*" # https://github.com/restyled-io/restyler/issues/73
Expand Down

0 comments on commit 6cb1f6c

Please sign in to comment.