Sha256: e6505569d6f03f2624f98922912684087f205622b0e015646e39591e195e0db0
Contents?: true
Size: 1007 Bytes
Versions: 59
Compression:
Stored size: 1007 Bytes
Contents
# bundler state /.bundle /vendor/bundle/ /vendor/ruby/ /ruby/ app.god example.rb # minimal Rails specific artifacts db/*.sqlite3 /log/*.log /tmp/* *.gem *.~ /.coditsu/local.yml .byebug_history # 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 .byebug_history
Version data entries
59 entries across 59 versions & 1 rubygems