Add .ruby-lsp to default excludes (#9914) · jekyll/jekyll...
jekyll
·
2026-02-14
·
via Recent Commits to jekyll:master
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -253,7 +253,7 @@ def add_default_collections
|
253 | 253 | end |
254 | 254 | |
255 | 255 | DEFAULT_EXCLUDES = %w( |
256 | | -.sass-cache .jekyll-cache |
| 256 | +.sass-cache .jekyll-cache .ruby-lsp |
257 | 257 | gemfiles Gemfile Gemfile.lock |
258 | 258 | node_modules |
259 | 259 | vendor/bundle/ vendor/cache/ vendor/gems/ vendor/ruby/ |
|
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -73,6 +73,7 @@ class TestConfiguration < JekyllUnitTest
|
73 | 73 | exclude = @config["exclude"] |
74 | 74 | assert_includes exclude, ".sass-cache" |
75 | 75 | assert_includes exclude, ".jekyll-cache" |
| 76 | +assert_includes exclude, ".ruby-lsp" |
76 | 77 | end |
77 | 78 | end |
78 | 79 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。