Sha256: b5906b36cefa33d9571ee2794a9d0c7a26ed87c8eca9a22dcacb342aa299df9c

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 Bytes

Contents

# Bundler
/.bundle
/pkg

.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

1 entries across 1 versions & 1 rubygems

Version Path
snarr-0.0.1 .gitignore