Sha256: dda8b6324b73144e858a336ea287868c56b3de5d77f19d9cd83cfea3f4fd6259

Contents?: true

Size: 1006 Bytes

Versions: 2

Compression:

Stored size: 1006 Bytes

Contents

# bundler state
/.bundle
/vendor/bundle/
/vendor/ruby/
/ruby/
app.god

# minimal Rails specific artifacts
db/*.sqlite3
/log/development.log
/log/production.log
/log/test.log
/tmp/*
*.gem
*.~
.coditsu/local.yml

# various artifacts
**.war
*.rbc
*.sassc
.redcar/
.capistrano/
.sass-cache
/config/god/sidekiq.rb
/config/puma.rb
/coverage.data
/coverage/
/doc/api/
/doc/app/
/doc/yard
/doc/features.html
/doc/specs.html
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/specifications
rerun.txt
pickle-email-*.html

# 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
#
# Here are some files you may want to ignore globally:

# scm revert files
**.orig

# Mac finder artifacts
.DS_Store

# Netbeans project directory
/nbproject

# RubyMine project files
.idea

# Textmate project files
/*.tmproj

# vim artifacts
**.swp

# documentation
.yardoc

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
null-logger-0.1.7 .gitignore
null-logger-0.1.6 .gitignore