chore: ローカルツールの生成物をリポジトリから除外 - #570
Merged
Merged
Conversation
- .codex-dev/*.log(Codex が起動した dev サーバーのログ10件)を削除し .gitignore へ .codex-dev/ を追加。共有する必要のないローカル生成物のため。 - .claude/launch.json を削除。npm run dev を起動するだけの定義で リポジトリ内のどこからも参照されておらず、package.json の scripts と重複していた。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WWxo2ZpLgqp8pd54g9qF1f
CI の Format ジョブ(prettier --check)は json/css/yml まで対象にしているが、 lint-staged は eslint --fix しか掛けていなかったため、整形漏れが push 後に 初めて発覚していた。ステージ済みファイルに prettier --write を掛けて手元で防ぐ。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WWxo2ZpLgqp8pd54g9qF1f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
リポジトリに紛れ込んでいたローカルツールの生成物を取り除く。
変更内容
.codex-dev/*.log(10件)を削除し、.gitignoreに.codex-dev/を追加。Codex が起動した dev サーバーのログで、共有する意味がない。他のエージェント系ディレクトリ(.agent/・.cursor/等)と同じ扱いに揃えた。.claude/launch.jsonを削除。npm run devを port 3000 で起動するだけの定義。追加コミット99d2cc4以降どこからも参照されておらず、package.jsonのscripts.devと重複していた。置き場所が.claude/のため VS Code も読まない。影響
削除対象はいずれもビルド・テスト・デプロイのどこからも参照されていない。
🤖 Generated with Claude Code
https://claude.ai/code/session_01WWxo2ZpLgqp8pd54g9qF1f