Sha256: d7d479ac7a87d1b70069bd60398cbe1a9252dd6250e9d8b356f6ff693cba6cbb

Contents?: true

Size: 527 Bytes

Versions: 1

Compression:

Stored size: 527 Bytes

Contents

# See http://help.github.com/ignore-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 temporary files
*.swp
*.swo
*.DS_Store

# Ignore bundler config.
/.bundle

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

# Ignore .rvmrc file.
/.rvmrc

# Procfile env
*.env

# Documentation
docs/

# Local tests
.test.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lelylan-rb-0.0.5 .gitignore