.dockerignore 198 B

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