A corporation manager and dashboard for EVE Online
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

32 lignes
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