.dockerignore 216 B

12345678910111213141516171819202122
  1. .bundle
  2. .env
  3. .env.*
  4. .git
  5. .gitattributes
  6. .gitignore
  7. .github
  8. public/system
  9. public/assets
  10. public/packs
  11. public/packs-test
  12. node_modules
  13. neo4j
  14. vendor/bundle
  15. .DS_Store
  16. *.swp
  17. *~
  18. postgres
  19. postgres14
  20. redis
  21. elasticsearch
  22. chart