UNPKG
light-bridge
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.9
0.0.4
0.0.3
0.0.2
0.0.1
LightBridge ===========
github.com/LightCircle/LightBridge
LightCircle/LightBridge
light-bridge
/
.npmignore
33 lines
(23 loc)
•
340 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# node模块
node_modules/
# 文档
docs/
# 代码分析报告
reports/
# 覆盖率用代码
cover*
# 日志文件
/logs/*
log
*
# 上传等临时文件
tmp/
# mac用管理文件
.DS_Store
# WebStorm管理文件
.idea
# npm安装日志
npm-debug.log
# cpp编译日志
builderror.log build/
# java编译生成文件
/lib/java/target*