Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 30, 2023
1 parent 388ff58 commit 6da97a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileConventions/Helpers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let GetFiles (maybeRootDirectory: DirectoryInfo) (searchPattern: string) =
searchPattern,
SearchOption.AllDirectories
)
|> Seq.map(fun pathStr -> FileInfo pathStr)
|> Seq.map FileInfo
|> Seq.filter(NotInDir "node_modules")
|> Seq.filter(NotInDir ".git")
|> Seq.filter(NotInDir "bin")
Expand Down

0 comments on commit 6da97a3

Please sign in to comment.