Skip to content

Commit 698fa1b

Browse files
author
潘卓然Y7000P
committed
新版gitignore&README.md文件
1 parent 407dded commit 698fa1b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/node_modules/
2+
/build/
3+
/.idea/
4+
/.vscode/
5+
6+
/docs/leaflet/
7+
/docs/mapboxgl/
8+
/docs/openlayers/
9+
/docs/cesium/
10+
11+
/leaflet/theme/
12+
/mapboxgl/theme/
13+
/openlayers/theme/
14+
/common/overlay/
15+
/common/assets/
16+
/config/common/
17+
18+
/website/node_modules/
19+
/website/public/docs/leaflet/
20+
/website/public/docs/mapboxgl/
21+
/website/public/docs/openlayers/
22+
/website/public/docs/cesium/
23+
/website/public/static/data/deckgl/
24+
/website/public/static/data/echarts/gps/
25+
/website/public/static/data/echarts/line/
26+
/website/public/static/data/echarts/point/
27+
/website/public/static/data/echarts/road/

0 commit comments

Comments
 (0)