Sha256: b052754aa7024b9b9aab62377009daecd9b7113fa7f1995c5bb7dc6fd17cd8cb
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
############################################################################## # BEGIN Ruby.gitingore # # General Git ignore file for Ruby, including support for: # # - Bundler # - RDoc and Yard # - RBEnv and RVM # - DotEnv (optional) # # Additional support is available in separate ignore files: # # - Gem.gitignore (for gem source directories) # - Rails.gitignore # - RubyMotion.gitignore # /*.gem *.rbc /.config /coverage/ /InstalledFiles /pkg/ /spec/reports/ /spec/examples.txt /test/tmp/ /test/version_tmp/ /tmp/ # Used by dotenv library to load environment variables. # .env ## Documentation cache and generated files: /.yardoc/ /_yardoc/ # /doc/ # We Use `//doc` for additional hand-written documentation /site/ /rdoc/ ## Environment normalization: .bundle/ /vendor/bundle /lib/bundler/man/ # for a library or gem, add `Gem.gitignore` # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc # # END Ruby.gitingore ############################################################################## ############################################################################## # BEGIN Gem.gitingore # /Gemfile.lock # /.ruby-version `yard-cucumber` had this checked in, leaving for now /.ruby-gemset # # END Gem.gitingore ##############################################################################
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yard-nrser-cucumber-0.1.3 | .gitignore |
yard-nrser-cucumber-0.1.2 | .gitignore |
yard-nrser-cucumber-0.1.1 | .gitignore |
yard-nrser-cucumber-0.1.0 | .gitignore |