.gitignore 420 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. log
  5. *.log
  6. # BlueJ files
  7. *.ctxt
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. *.war
  12. *.nar
  13. *.ear
  14. *.zip
  15. *.tar.gz
  16. *.rar
  17. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  18. hs_err_pid*
  19. .idea
  20. target
  21. *.iml
  22. data/elasticsearch
  23. .init
  24. *.db
  25. .flattened-pom.xml
  26. .DS_Store
  27. dependency-reduced-pom.xml
  28. /data/plugins
  29. /data/dist
  30. /data/iot-oss