From edcab37c7d48259c7cf7969f95cb4efdbd728c93 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 22 Oct 2021 18:07:59 -0600 Subject: Write results of update script to file for debugging The update script now writes the available instances to a .update-results* file (where previous runs have "-prev" appended to the file name). This helps to see how instance availability changes between runs of the script when debugging overall functionality of the app. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b263cd1..0126d78 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ erl_crash.dump *.beam /config/*.secret.exs .elixir_ls/ + +# Ignore results from update script +.update-result* -- cgit v1.2.3