chore: *.vsix を .gitignore に追加、バイナリをgit管理外に

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
posimai 2026-04-12 21:02:24 +09:00
parent 43c650c2d8
commit db0fd6a88e
2 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -21,11 +21,17 @@ out/
dist/
build/
# VS Code 拡張バイナリローカル成果物、git管理外
*.vsix
# 環境変数
.env
.env.local
.env.*.local
# MCP 設定DB 認証情報を含む — git 管理外)
.mcp.json
# OS
.DS_Store
Thumbs.db