Sha256: dac7b7635a8613072ae43e48f23d58cc83158f8dc9e45c243300d906192667ca
Contents?: true
Size: 1.79 KB
Versions: 15
Compression:
Stored size: 1.79 KB
Contents
#---------------------------------------------------------------------------- # Ignore these files when commiting to a git repository. # # See http://help.github.com/ignore-files/ for more about ignoring files. # # The original version of this file is found here: # https://github.com/RailsApps/rails-composer/blob/master/files/gitignore.txt # # Corrections? Improvements? Create a GitHub issue: # http://github.com/RailsApps/rails-composer/issues #---------------------------------------------------------------------------- # bundler state /.bundle /vendor/bundle/ /vendor/ruby/ /public/uploads # minimal Rails specific artifacts db/*.sqlite3 db/schema.rb /db/*.sqlite3-journal /log /log/* /tmp /tmp/* # various artifacts **.war *.rbc *.sassc .redcar/ .sass-cache .byebug_history /.byebug_history /app/assets/javascripts/guard_javascript/* /app/assets/stylesheets/frontend/native_stylesheets/guard_stylesheets/* /config/application.yml /config/secrets.yml /config/secrets.yml.example /coverage.data /coverage/ /db/*.javadb/ /db/*.sqlite3 /db/schema.rb /doc/api/ /doc/app/ /doc/features.html /doc/specs.html /public/cache /public/uploads /public/stylesheets/compiled /public/system/* /spec/tmp/* /cache /capybara* /capybara-*.html /gems /specifications rerun.txt pickle-email-*.html .zeus.sock # 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 # Environment files that may contain sensitive data .env .powenv
Version data entries
15 entries across 14 versions & 1 rubygems