Skip to content

Commit

Permalink
fix: ignore .fake files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Jul 10, 2022
1 parent d29dab7 commit 4d97e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Target.create "BuildPackage" ignore
let sourceFiles =
!! "**/*.fs" ++ "**/*.fsx"
-- "paket-files/**/*.*"
-- ".fake/**/*.*"
-- "**/obj/**/*.*"
-- "**/AssemblyInfo.fs"

Expand Down

0 comments on commit 4d97e73

Please sign in to comment.