Sha256: 444defc45bbff6553e9790e630d30aaa6250e9f465aee39147f425f4c107373c

Contents?: true

Size: 507 Bytes

Versions: 7

Compression:

Stored size: 507 Bytes

Contents

# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
#   git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore Byebug command history file.
.byebug_history

# Ignore output of simplecov
coverage

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gnarails-3.0.0 templates/.gitignore
gnarails-2.0.0 templates/.gitignore
gnarails-1.0.0 templates/.gitignore
gnarails-0.9.3 templates/.gitignore
gnarails-0.9.2 templates/.gitignore
gnarails-0.9.1 templates/.gitignore
gnarails-0.9.0 templates/.gitignore