.gitignore 438 B

123456789101112131415161718192021222324252627282930313233343536
  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. docs/api/
  18. lib_managed/
  19. logs/
  20. src_managed/
  21. target/
  22. reports/
  23. metastore_db/
  24. derby.log
  25. dependency-reduced-pom.xml
  26. release-staging/
  27. venv/
  28. # For python setup.py, which pollutes the source dirs.
  29. python-api/dist
  30. .eggs
  31. *.egg-info
  32. *.egg
  33. # downloaded files
  34. /spark-3.0.3-bin-hadoop3.2.tgz