.gitignore 354 B

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