.dockerignore 397 B

1234567891011121314151617181920212223242526272829303132333435
  1. *.ipr
  2. *.iml
  3. *.iws
  4. *.pyc
  5. *.pyo
  6. .idea/
  7. .idea_modules/
  8. .settings
  9. .DS_Store
  10. .project
  11. .classpath
  12. .scala_dependencies
  13. conf/*.conf
  14. conf/*.properties
  15. conf/*.sh
  16. docs/api/
  17. lib_managed/
  18. logs/
  19. src_managed/
  20. target/
  21. reports/
  22. metastore_db/
  23. derby.log
  24. dependency-reduced-pom.xml
  25. release-staging/
  26. venv/
  27. # For python setup.py, which pollutes the source dirs.
  28. python-api/dist
  29. .eggs
  30. *.egg-info
  31. *.egg
  32. .git
  33. .gitignore