.gitignore 458 B

123456789101112131415161718192021222324252627
  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. exe/phoneApk
  15. exe/ct1
  16. static/
  17. exe/bling.mp3
  18. exe/rpc_thrift.exe
  19. exe/healthKnowledge
  20. exe/13188.wav
  21. node_modules/
  22. npm-debug.log
  23. npm-debug.log.*
  24. thumbs.db
  25. /dist
  26. !.gitkeep