Sha256: 0c78ba042509457b105887bbf2672a5ac15c3454b8b9f0afb835fed98cf1f366
Contents?: true
Size: 980 Bytes
Versions: 8
Compression:
Stored size: 980 Bytes
Contents
# bundler state /.bundle /vendor/bundle/ /vendor/ruby/ /ruby/ app.god # minimal Rails specific artifacts db/*.sqlite3 /log/*.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 .byebug_history
Version data entries
8 entries across 8 versions & 1 rubygems