Hello Friends my name is rohit kumar and my website is calculator website so please visit my website and calculate any mathematics proplem. La Calculadora de alicia a>
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.

96 lines
1.6KB

  1. # ---> Rails
  2. *.rbc
  3. capybara-*.html
  4. .rspec
  5. /db/*.sqlite3
  6. /db/*.sqlite3-journal
  7. /db/*.sqlite3-[0-9]*
  8. /public/system
  9. /coverage/
  10. /spec/tmp
  11. *.orig
  12. rerun.txt
  13. pickle-email-*.html
  14. # Ignore all logfiles and tempfiles.
  15. /log/*
  16. /tmp/*
  17. !/log/.keep
  18. !/tmp/.keep
  19. # TODO Comment out this rule if you are OK with secrets being uploaded to the repo
  20. config/initializers/secret_token.rb
  21. config/master.key
  22. # Only include if you have production secrets in this file, which is no longer a Rails default
  23. # config/secrets.yml
  24. # dotenv, dotenv-rails
  25. # TODO Comment out these rules if environment variables can be committed
  26. .env
  27. .env.*
  28. ## Environment normalization:
  29. /.bundle
  30. /vendor/bundle
  31. # these should all be checked in to normalize the environment:
  32. # Gemfile.lock, .ruby-version, .ruby-gemset
  33. # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
  34. .rvmrc
  35. # if using bower-rails ignore default bower_components path bower.json files
  36. /vendor/assets/bower_components
  37. *.bowerrc
  38. bower.json
  39. # Ignore pow environment settings
  40. .powenv
  41. # Ignore Byebug command history file.
  42. .byebug_history
  43. # Ignore node_modules
  44. node_modules/
  45. # Ignore precompiled javascript packs
  46. /public/packs
  47. /public/packs-test
  48. /public/assets
  49. # Ignore yarn files
  50. /yarn-error.log
  51. yarn-debug.log*
  52. .yarn-integrity
  53. # Ignore uploaded files in development
  54. /storage/*
  55. !/storage/.keep
  56. # ---> Racket
  57. # gitignore template for the Racket language
  58. # website: http://www.racket-lang.org/
  59. # DrRacket autosave files
  60. *.rkt~
  61. *.rkt.bak
  62. \#*.rkt#
  63. \#*.rkt#*#
  64. # Compiled racket bytecode
  65. compiled/
  66. *.zo
  67. # Dependency tracking files
  68. *.dep
  69. # ---> Redis
  70. # Ignore redis binary dump (dump.rdb) files
  71. *.rdb
  72. # ---> SVN
  73. .svn/