We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716e3db commit 85b02cfCopy full SHA for 85b02cf
lib/rorvswild_theme_rdoc/site.rb
@@ -156,9 +156,7 @@ def build(src_dir, doc_dir)
156
"--exclude", "Gemfile",
157
"--exclude", "Gemfile.lock",
158
"--exclude", "Rakefile",
159
- "--exclude", "Dockerfile",
160
- "--exclude", "\.(rbs|sig|lock|gem|gemspec|yml|yaml|json|log|git|gitignore|travis|circle|github|editorconfig|rubocop|reek|simplecov|rspec|test|spec)$",
161
- "--exclude", "\.(git|github|vscode|ruby-version|ruby-gemset|env|DS_Store)",
+ "--exclude", "\.(rbs|sig)$",
162
src_dir
163
]
164
RDoc::RDoc.new.document(args)
0 commit comments