diff options
| author | Simon Rozman <simon@rozman.si> | 2023-03-22 14:03:34 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 7202dd59b1806e3f84b826f3f38349295bff099b (patch) | |
| tree | 49fb6799b6d60d097b6ba805ae6ea5d651f9fb35 /internal | |
| parent | 4480416a3f4424eeefdf4117b7cf5120bfeafbcc (diff) | |
Discovery: Ignore embeded discovery files
They are not part of the Git repository and are downloaded in the build
process.
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/discovery/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/discovery/.gitignore b/internal/discovery/.gitignore new file mode 100644 index 0000000..2ff34c5 --- /dev/null +++ b/internal/discovery/.gitignore @@ -0,0 +1,4 @@ +/organization_list.json +/organization_list.json.minisig +/server_list.json +/server_list.json.minisig |
