From a79407637bfd6e15d29f62b5b80f54f0c8ccb3e4 Mon Sep 17 00:00:00 2001 From: Studentweis Date: Thu, 6 Aug 2026 11:52:42 +0800 Subject: [PATCH] chore(config): ignore local Codex MCP credentials Refs #165 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0592392..24b6060 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target .DS_Store + +# Local Codex configuration can contain MCP credentials. +/.codex/config.toml