Sha256: 23cbf8ec9ea3c7f0e4e62d99de55fdb4f855433583b05da1e3ed310dbfaf2195
Contents?: true
Size: 1022 Bytes
Versions: 12
Compression:
Stored size: 1022 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 .byebug_history .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
12 entries across 12 versions & 1 rubygems