Sha256: 9673c5dee5d66ba61a5718fdc09edbd788e7204966a032204080d0c4a006b5f5

Contents?: true

Size: 994 Bytes

Versions: 5

Compression:

Stored size: 994 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
*.~

# various artifacts
**.war
*.rbc
*.sassc
.rspec
.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

5 entries across 5 versions & 2 rubygems

Version Path
karafka-0.5.0.1 .gitignore
karafka-0.5.0 .gitignore
null-logger-0.1.3 .gitignore
null-logger-0.1.1 .gitignore
null-logger-0.1.0 .gitignore