.gitignore 552 B

1234567891011121314151617181920212223242526272829303132333435
  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. /test/*
  14. /backup/*
  15. *.numbers
  16. *.xlsx
  17. /planeacion/*
  18. # TODO Comment out these rules if you are OK with secrets being uploaded to the repo
  19. config/initializers/secret_token.rb
  20. config/initializers/byebug.rb
  21. config/secrets.yml
  22. config/database.yml
  23. /bin/blockly_data/node_modules/
  24. /bin/blockly_data/repos/
  25. /coverage
  26. public/system
  27. amada
  28. POS_variantes.bmpr
  29. POS_variantes.pdf
  30. /POS.oplx/
  31. /public.sql
  32. log