From 64c91e5ff90bff5b1b989f79a93885a91622abc2 Mon Sep 17 00:00:00 2001 From: Amdadul Haq Date: Thu, 16 Apr 2026 19:42:25 +0600 Subject: [PATCH] [13x] Add .codex to .gitignore (#6793) * Add .codex to .gitignore * Update .gitignore --------- Co-authored-by: Taylor Otwell --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f6f8018f..83d894f7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .env.production .phpactor.json .phpunit.result.cache +/.codex /.cursor/ /.idea /.nova