Sha256: 8cc50675ac564a17a937ee8eab38ce3e6eaa539adf90b2301ed4235bacad8ecc

Contents?: true

Size: 420 Bytes

Versions: 2

Compression:

Stored size: 420 Bytes

Contents

# Bundler
/.bundle

.env

# Logs and temps.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# REPL
.byebug_history

# Node stuff
/public/packs
/public/packs-test
/node_modules
/yarn-error.log

# editor stuff
.idea
.idea/dataSources.xml
tags
*.sublime-workspace
*.sublime-project
.project

# OS stuff
.DS_Store

# CI stuff
.yardoc
.yardoc/**
/_yardoc
coverage/**
doc/**

# RSpec stuff
.rspec_status
spec/examples.txt
spec/reports

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
subjective-0.1.0 .gitignore
rdarr-0.0.1 .gitignore