From 85b9a036c289fe840e69e1852866f429b87cf63e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 05:58:33 -0600 Subject: code moved to the cloudflare package use the cloudflare package add a protobuf attempt better change detection, but formatting is broken don't redraw widgets if they are not visible create new dns entry worked attempting a DNS RR create attempt a create API call use cloudflare recommended ENV vars turn off debugging Signed-off-by: Jeff Carr --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6dafe23..239f615 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ examples/textbox/textbox examples/cloudflare/cloudflare examples/*/helloconsole +# protobuf compiled files +protobuf/*.pb.go + # temporary files when building debian packages /*.deb /files -- cgit v1.2.3