/.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

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

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

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

##
# NOTE: Ignores `TODO.md`. Usually, this file is used for notes that are NOT ready to be shared with the outside world.
#
TODO.md