Skip to content

Commit

Permalink
Exclude gen folder from gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed May 17, 2015
1 parent f6162ec commit 699aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular_webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'webdriver_utils', '>= 0.0.3'

s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features|protractor)/})
f.match(%r{^(gen|test|spec|features|protractor)/})
end
end

0 comments on commit 699aeba

Please sign in to comment.