Skip to content

Commit 8e7b4e6

Browse files
authored
Merge pull request #472 from geolonia/fix/gitignore-embed-core
fix: .gitignore に embed-core 関連のビルド成果物を追加
2 parents 3668dfc + 4d04d1a commit 8e7b4e6

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@ typings/
7070
/docs/embed
7171
/docs/v1/embed
7272
/docs/embed.js
73+
/docs/embed-core.js
7374
/docs/v1/embed.js
7475
/docs/embed-chunks
7576
/docs/v1/embed-chunks
77+
/docs/e2e/*.d.ts
78+
/docs/src/
7679
/docs/types/
7780
.cache
7881
.DS_Store

docs/embed-core.js.LICENSE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* MapLibre GL JS
3+
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v5.7.0/LICENSE.txt
4+
*/

docs/embed.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* MapLibre GL JS
3-
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v4.7.1/LICENSE.txt
3+
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v5.7.0/LICENSE.txt
44
*/

0 commit comments

Comments
 (0)