Skip to content

Commit

Permalink
Merge pull request #253 from wyardley/add_yarddoc_gitignore
Browse files Browse the repository at this point in the history
Add .yardoc to moduleroot/.gitignore
  • Loading branch information
bastelfreak authored Oct 25, 2016
2 parents 91ea778 + b3f1d53 commit c677bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moduleroot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ log/
.idea/
*.iml
.*.sw
.yardoc/
<% if ! @configs['paths'].nil? -%>
<% @configs['paths'].each do |path| -%>
<%= path %>
Expand Down

0 comments on commit c677bda

Please sign in to comment.