Sha256: 6241e1c70ad954dcff73c31396dadcd7d42e989b13b623018b95fe3a7dfea71b

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 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
/Gemfile.lock

# 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.1.0 .gitignore