chore: *.vsix を .gitignore に追加、バイナリをgit管理外に
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
43c650c2d8
commit
db0fd6a88e
|
|
@ -21,11 +21,17 @@ out/
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# VS Code 拡張バイナリ(ローカル成果物、git管理外)
|
||||||
|
*.vsix
|
||||||
|
|
||||||
# 環境変数
|
# 環境変数
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
|
||||||
|
# MCP 設定(DB 認証情報を含む — git 管理外)
|
||||||
|
.mcp.json
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue