Skip to content

Commit 85b02cf

Browse files
committed
Exclude less files
1 parent 716e3db commit 85b02cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/rorvswild_theme_rdoc/site.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ def build(src_dir, doc_dir)
156156
"--exclude", "Gemfile",
157157
"--exclude", "Gemfile.lock",
158158
"--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)",
159+
"--exclude", "\.(rbs|sig)$",
162160
src_dir
163161
]
164162
RDoc::RDoc.new.document(args)

0 commit comments

Comments
 (0)