From 54123fa669b6cdb064d1bfc2b00ab93e9d302b1f Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Mon, 17 Jul 2023 01:12:22 -0400 Subject: [PATCH] ignore config file so i dont leak the ip by accident lol --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..db38427 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +config.toml \ No newline at end of file