.gitignore 194 B

123456789101112131415161718192021
  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. .project
  16. .classpath
  17. .DS_Store
  18. metastore_db/
  19. derby.log
  20. log4j.properties
  21. dependency-reduced-pom.xml