From ef710af98e104233013326883c59ba77bf9ca9c9 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Sat, 15 Jul 2023 08:00:47 +0100 Subject: [PATCH] chore(internal): add `codegen.log` to `.gitignore` (#40) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e9b0e57..de32a7e4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__ dist .env +codegen.log