From a51607b276d8959580a9e2dee142180841fe7a2f Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 14 May 2020 20:26:25 -0700 Subject: [PATCH] chore: add synth.py to list of ignores (#196) --- synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth.py b/synth.py index f8c9ce0ec..a08acd814 100644 --- a/synth.py +++ b/synth.py @@ -33,7 +33,7 @@ "README.rst", "docs/index.rst", "docs/conf.py", - "nox.py", + "noxfile.py", ], ) s.move(library / f"google/cloud/dialogflow_{version}", f"dialogflow_{version}")