1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# Build and test artifacts and droppings
/man/*.html
/pkg
/test/*.wrong
ronn.1
ronn.5
ronn.7
ronn*.markdown
ronn*.html
ronn-ng-*.gem
# RubyMine - we do want to track the project in the repo
!.idea
/.idea/workspace.xml
# Local bundler stuff
.bundle
vendor
# rbenv and other Ruby env managers we don't want fixed at the source level
# Actually, include the Ruby version, because as an application, Ronn targets a
# specific Ruby (like 2.7.x), and the gem versions in Gemfile.lock depend on the
# versions of ruby and bundler.
# .ruby-version
|