Sha256: 732a016c09fb0dd0bb1baf69b3d7547c2df3a189fed47a5317fa9614ed717e90

Contents?: true

Size: 666 Bytes

Versions: 7

Compression:

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

# RVM files
.rvmrc
.ruby-version
.ruby-gemset

# 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

7 entries across 7 versions & 1 rubygems

Version Path
class-action-1.3.2 .gitignore
class-action-1.3.1 .gitignore
class-action-1.3.0 .gitignore
class-action-1.2.2 .gitignore
class-action-1.2.1 .gitignore
class-action-1.2.0 .gitignore
class-action-1.1.0 .gitignore