Skip to content

Commit 8044ad2

Browse files
committed
dev: manifest ignore .ruby-lsp/
1 parent 56930d3 commit 8044ad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rakelib/check-manifest.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
desc "Perform a sanity check on the gemspec file list"
66
task :check_manifest do
77
ignore_directories = %w{
8-
.bundle
98
.DS_Store
9+
.bundle
1010
.git
1111
.github
12+
.ruby-lsp
1213
bin
1314
doc
1415
gems

0 commit comments

Comments
 (0)