A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
642 B

  1. *.rbc
  2. capybara-*.html
  3. .rspec
  4. /log
  5. /tmp
  6. /db/*.sqlite3
  7. /public/system
  8. /coverage/
  9. /spec/tmp
  10. **.orig
  11. rerun.txt
  12. pickle-email-*.html
  13. # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  14. config/initializers/secret_token.rb
  15. config/secrets.yml
  16. ## Environment normalisation:
  17. /.bundle
  18. /vendor/bundle
  19. # these should all be checked in to normalise the environment:
  20. # Gemfile.lock, .ruby-version, .ruby-gemset
  21. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  22. .rvmrc
  23. # if using bower-rails ignore default bower_components path bower.json files
  24. /vendor/assets/bower_components
  25. *.bowerrc
  26. bower.json