Skip to content

Commit

Permalink
Knit: do not check node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jul 29, 2022
1 parent 66fa285 commit fb67499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ knit {
exclude '**/.gradle/**'
exclude '**/towncrier/template.md'
exclude '**/CHANGES.md'
exclude '/node_modules'
}
}

Expand Down

0 comments on commit fb67499

Please sign in to comment.