Skip to content

Commit 27e8cbb

Browse files
committed
dev: ignore /adr, /issues, and other dirs in manifest check
[skip ci]
1 parent 0b6b487 commit 27e8cbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rakelib/check-manifest.rake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ task :check_manifest, [:verbose] do |_, args|
1515
.DS_Store
1616
.git
1717
.github
18+
.ruby-lsp
1819
.vagrant
20+
.vscode
21+
adr
1922
coverage
2023
gems
2124
html
25+
issues
2226
misc
2327
oci-images
2428
patches

0 commit comments

Comments
 (0)