From 48bfa464273a54ef06f7c57c8e0000e23b8729d4 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 29 Aug 2024 13:16:50 +0200 Subject: [PATCH] Add cloudflared* to .gitignore (#184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file `cloudflared-linux-amd64` is used in integration tests. It’s downloaded during CI runs and is not supposed to be committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e495d5c..33be172 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +cloudflared* credentials.js sample.js