github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/ruby-client/gitignore.mustache (about)

     1  # Generated by: https://openapi-generator.tech
     2  #
     3  
     4  *.gem
     5  *.rbc
     6  /.config
     7  /coverage/
     8  /InstalledFiles
     9  /pkg/
    10  /spec/reports/
    11  /spec/examples.txt
    12  /test/tmp/
    13  /test/version_tmp/
    14  /tmp/
    15  
    16  ## Specific to RubyMotion:
    17  .dat*
    18  .repl_history
    19  
    20  ## Documentation cache and generated files:
    21  /.yardoc/
    22  /_yardoc/
    23  /doc/
    24  /rdoc/
    25  
    26  ## Environment normalization:
    27  /.bundle/
    28  /vendor/bundle
    29  /lib/bundler/man/
    30  
    31  # for a library or gem, you might want to ignore these files since the code is
    32  # intended to run in multiple environments; otherwise, check them in:
    33  # Gemfile.lock
    34  # .ruby-version
    35  # .ruby-gemset
    36  
    37  # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
    38  .rvmrc