.gitignore 623 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Ignore bundler config.
  2. /.bundle
  3. # Ignore all logfiles and unnecessary tempfiles.
  4. /log/*
  5. log/*
  6. !/log/.keep
  7. /tmp
  8. .DS_Store
  9. .powrc
  10. .powenv
  11. .env
  12. /vendor/bundle/
  13. Gemfile.lock
  14. /test/*
  15. /backup/*
  16. *.numbers
  17. *.xlsx
  18. /planeacion/*
  19. # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  20. config/initializers/secret_token.rb
  21. config/initializers/byebug.rb
  22. config/secrets.yml
  23. config/database.yml
  24. /bin/blockly_data/node_modules/
  25. /bin/blockly_data/repos/
  26. /coverage
  27. public/system
  28. public/invoice
  29. public/uploads
  30. amada
  31. POS_variantes.bmpr
  32. POS_variantes.pdf
  33. /POS.oplx/
  34. /public.sql
  35. log
  36. public/pdfs
  37. public/barcodes