Sha256: 5c40635fb4e4a8db4191823e8ef6a470488910a79ed8c4dfbedf7d1b612daddb

Contents?: true

Size: 918 Bytes

Versions: 2

Compression:

Stored size: 918 Bytes

Contents

/.bundle/
/.yardoc
/_yardoc/

##
# NOTE: Ignores `coverage` content, but NOT the folder.
#
/coverage/*
!/coverage/.gitkeep

/doc/
/pkg/
/spec/reports/
/tmp/

# rspec failure tracking
/.rspec_status

# Hide `byebug` history
/.byebug_history

# Ignore `Gemfile.lock`
/Gemfile.lock

##
# NOTE: Ignores `Gemfile` amd `Gemfile.lock` used in docker containers.
#
# NOTE: `Gemfile*` matches all files that start with Gemfile in any nesting.
# NOTE: `/Gemfile*` matches all files that start with Gemfile only from root folder.
#
/Gemfile*

##
# NOTE: Ignores `gemfiles` content, but NOT the folder.
# NOTE: `gemfiles` folder is generated by Appraisal.
#
/gemfiles/*
!/gemfiles/.gitkeep

##
# NOTE: Ignores `.DS_Store` in any nesting.
#
.DS_Store

# Ignore docs
/docs/*

##
# NOTE: Ignores `flowchart.html`, that can be generated by `Service.mermaid_flowchart.save`.
# Check `HasMermaidFlowchart` for details.
#
flowchart.html

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
convenient_service-0.14.0 .gitignore
convenient_service-0.13.0 .gitignore