1234567891011121314151617181920212223242526 |
- .DS_Store
- dist/electron/*
- dist/web/*
- build/*
- !build/icon
- !build/script
- coverage
- exe/jar
- exe/mysql/mysql-5.7.24-winx64/*
- !exe/mysql/mysql-5.7.24-winx64/bin
- exe/mysql/mysql-5.7.24-winx64/bin/*
- !exe/mysql/mysql-5.7.24-winx64/bin/mysql_init.bat
- !exe/mysql/mysql-5.7.24-winx64/bin/mysql_stop.bat
- exe/phoneApk
- exe/ct1
- exe/bling.mp3
- exe/rpc_thrift.exe
- exe/healthKnowledge
- exe/13188.wav
- node_modules/
- npm-debug.log
- npm-debug.log.*
- thumbs.db
- /dist
- !.gitkeep
|