.gitignore 450 B

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