加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
sungmin7465 提交于 2017-09-01 21:53 . ble connection
# Mac OS
.DS_Store
/.idea
/closure-library
# NPM
/node_modules
npm-*
package-lock.json
# Testing
/.nyc_output
/coverage
# Build
/build
/.opt-in
/nwjs/icudtl.dat
/nwjs/nw_100_percent.pak
/nwjs/nw_200_percent.pak
/nwjs/resources.pak
/nwjs/chromedriver.exe
/nwjs/nwjc.exe
/nwjs/payload.exe
/nwjs/nacl_irt_x86_64.nexe
/nwjs/locales
/nwjs/pnacl
/nwjs/natives_blob.bin
/nwjs/snapshot_blob.bin
/nwjs/d3dcompiler_47.dll
/nwjs/libEGL.dll
/nwjs/libGLESv2.dll
/nwjs/node.dll
/nwjs/nw.dll
/nwjs/nw.exe
/nwjs/nw_elf.dll
/nwjs/credits.html
/nwjs/ffmpeg.dll
/nwjs/app
/nwjs/workspace
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化