Skip to content

Commit b1d72b0

Browse files
yuisekiclaude
andcommitted
fix: .gitignore に embed-core 関連のビルド成果物を追加
embed-core エントリポイント追加時に .gitignore の更新が漏れていた。 - /docs/embed-core.js, /docs/embed-core-chunks - /docs/e2e/*.d.ts, /docs/src/ (webpack が出力する型定義) - docs/embed-core.js.LICENSE.txt を追跡対象に追加 - docs/embed.js.LICENSE.txt の MapLibre バージョン参照を更新 (v4.7.1 → v5.7.0) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3e62985 commit b1d72b0

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ 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
76+
/docs/embed-core-chunks
7577
/docs/v1/embed-chunks
78+
/docs/e2e/*.d.ts
79+
/docs/src/
7680
/docs/types/
7781
.cache
7882
.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)