Sha256: 0504eb2e079432fdfbd3e49745a84f92f9cbeda66a075307f10bc5d7d67f931e

Contents?: true

Size: 551 Bytes

Versions: 15

Compression:

Stored size: 551 Bytes

Contents

/.bundle/
/.yardoc
/_yardoc/
/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 `.DS_Store` in any nesting.
#
.DS_Store

# Ignore docs
/docs/*

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
convenient_service-0.12.0 .gitignore
convenient_service-0.11.0 .gitignore
convenient_service-0.10.1 .gitignore
convenient_service-0.10.0 .gitignore
convenient_service-0.9.0 .gitignore
convenient_service-0.8.0 .gitignore
convenient_service-0.7.0 .gitignore
convenient_service-0.6.0 .gitignore
convenient_service-0.5.0 .gitignore
convenient_service-0.4.0 .gitignore
convenient_service-0.3.1 .gitignore
convenient_service-0.3.0 .gitignore
convenient_service-0.2.1 .gitignore
convenient_service-0.2.0 .gitignore
convenient_service-0.1.0 .gitignore