From 8dc7bbc6d4c50664485b289a8c27d62243a67a80 Mon Sep 17 00:00:00 2001 From: "Urko." Date: Mon, 29 Apr 2024 22:18:22 +0200 Subject: [PATCH] fix: remove app yml --- .gitignore | 3 ++- configs/app.yml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 configs/app.yml diff --git a/.gitignore b/.gitignore index 43bd77e..125a6c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env coverage/* test_monitor.txt -bin \ No newline at end of file +bin +configs/* \ No newline at end of file diff --git a/configs/app.yml b/configs/app.yml deleted file mode 100644 index 7f72dbb..0000000 --- a/configs/app.yml +++ /dev/null @@ -1,3 +0,0 @@ -script_binary_path: "/bin/bash" -webhook_script_path: "./test-script.sh" -file_to_watch_path: "./test_monitor.txt" \ No newline at end of file