Sha256: 181f9e9b5fa135c05dc56abc45e7b3c3e86ae3dcd1951bbeda598e6539989e72

Contents?: true

Size: 619 Bytes

Versions: 10

Compression:

Stored size: 619 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

# 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

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
enum-x-1.1.0 .gitignore
model-x-0.0.1 .gitignore
authorule-1.2.0 .gitignore
enum-x-1.0.1 .gitignore
authorule-1.0.1 .gitignore
enum-x-1.0.0 .gitignore
authorule-1.0.0 .gitignore
confix-1.0.0 .gitignore
random-set-1.0.0 .gitignore
random-set-0.0.2 .gitignore