.gitignore 593 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. amada
  29. POS_variantes.bmpr
  30. POS_variantes.pdf
  31. /POS.oplx/
  32. /public.sql
  33. log
  34. public/pdfs
  35. public/barcodes