.gitignore 372 B

123456789101112131415161718192021222324252627282930
  1. # ---> Java
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. *.iml
  12. .idea
  13. target
  14. *.apk
  15. *.log
  16. *.ipa
  17. .DS_Store
  18. unpackage/dist
  19. unpackage/resources
  20. unpackage/debug
  21. node_modules
  22. /sources/client/ai-qdfy/unpackage
  23. logs
  24. nas_server_data
  25. run