Skip to content

Commit

Permalink
feat!: ignore lib/ by default
Browse files Browse the repository at this point in the history
  • Loading branch information
llllvvuu committed Feb 3, 2024
1 parent d7e71ae commit 6bc1f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest-foundry/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function adapter.filter_dir(name)
and name ~= "artifacts"
and name ~= "docs"
and name ~= "doc"
and name ~= "lib"
)
end

Expand Down

0 comments on commit 6bc1f1e

Please sign in to comment.