Ignore builds
This commit is contained in:
parent
54c25361df
commit
c98cd7648c
|
@ -1,3 +1,4 @@
|
|||
.bundle
|
||||
Gemfile.lock
|
||||
tmp
|
||||
pkg
|
||||
|
|
|
@ -12,6 +12,8 @@ rescue LoadError
|
|||
RDoc::Task = Rake::RDocTask
|
||||
end
|
||||
|
||||
require 'bundler/gem_tasks'
|
||||
|
||||
RDoc::Task.new(:rdoc) do |rdoc|
|
||||
rdoc.rdoc_dir = 'rdoc'
|
||||
rdoc.title = 'BurdenWeb'
|
||||
|
|
Loading…
Reference in New Issue