edcab37c7d
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.
13 lines
147 B
Text
13 lines
147 B
Text
/_build
|
|
/cover
|
|
/deps
|
|
/doc
|
|
/.fetch
|
|
erl_crash.dump
|
|
*.ez
|
|
*.beam
|
|
/config/*.secret.exs
|
|
.elixir_ls/
|
|
|
|
# Ignore results from update script
|
|
.update-result*
|