.gitignore 211 B

1234567891011121314151617181920212223
  1. *~
  2. *.#*
  3. *#*#
  4. *.swp
  5. *.ipr
  6. *.iml
  7. *.iws
  8. *.pyc
  9. *.pyo
  10. .idea/
  11. .idea_modules/
  12. .settings
  13. .cache
  14. target/
  15. temp/
  16. warehouse/
  17. .project
  18. .classpath
  19. .DS_Store
  20. metastore_db/
  21. derby.log
  22. log4j.properties
  23. dependency-reduced-pom.xml