Sha256: 9d89af1833a5fc62b95f3596eae09ad6862543e40c9e1e47572fcc2e30ed41fd

Contents?: true

Size: 648 Bytes

Versions: 5

Compression:

Stored size: 648 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 .DS_Store
.DS_Store
.ruby-gemset

# Ignore the output files.
/pkg

# Ignore bundler and database config and precompiled assets
/.bundle
/.env

# Ignore all logfiles and tempfiles.
/tmp

# Ignore TextMate projects
*.tmproj
*.sublime-project
*.sublime-workspace

# Documentation files and other stuff
.yardoc
/doc
/nbproject
/coverage
/spec/rails/log

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arbre2-2.2.4 .gitignore
arbre2-2.2.3 .gitignore
arbre2-2.2.2 .gitignore
arbre2-2.2.1 .gitignore
arbre2-2.2.0 .gitignore