.gitignore 465 B

12345678910111213141516171819202122232425262728
  1. .DS_Store
  2. dist/electron/*
  3. dist/web/*
  4. build/*
  5. !build/icon
  6. !build/script
  7. coverage
  8. exe/jar
  9. exe/mysql/mysql-5.7.24-winx64/*
  10. !exe/mysql/mysql-5.7.24-winx64/bin
  11. exe/mysql/mysql-5.7.24-winx64/bin/*
  12. !exe/mysql/mysql-5.7.24-winx64/bin/mysql_init.bat
  13. !exe/mysql/mysql-5.7.24-winx64/bin/mysql_stop.bat
  14. static/
  15. exe/phoneApk
  16. exe/ct1
  17. exe/fx
  18. exe/bling.mp3
  19. exe/rpc_thrift.exe
  20. exe/healthKnowledge
  21. exe/13188.wav
  22. node_modules/
  23. npm-debug.log
  24. npm-debug.log.*
  25. thumbs.db
  26. /dist
  27. !.gitkeep