.gitignore 271 B

123456789101112131415161718192021
  1. tmp/
  2. log/
  3. .DS_Store
  4. .idea
  5. .vagrant
  6. .chef
  7. .puppet
  8. .data
  9. engines/crm/log/
  10. engines/crm/tmp/
  11. engines/worker/log/
  12. engines/worker/tmp/
  13. public/assets
  14. tmp/
  15. vendor/bundle
  16. # Elastic Beanstalk Files
  17. .elasticbeanstalk/*
  18. !.elasticbeanstalk/*.cfg.yml
  19. !.elasticbeanstalk/*.global.yml