From 847c5a2d08642d28c845604bb42344918e274fed Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 30 Nov 2025 11:26:50 +0200 Subject: [PATCH] gitignore --- .gitignore | 3 ++- config.yaml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 config.yaml diff --git a/.gitignore b/.gitignore index 6dd29b7..92b4304 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -bin/ \ No newline at end of file +bin/ +config.yaml \ No newline at end of file diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 5806e53..0000000 --- a/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -server: - address: "0.0.0.0" - port: 8089 \ No newline at end of file