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