From 1f897deb33886631883d8d6ae51aec38cfd9375e Mon Sep 17 00:00:00 2001 From: Radical Date: Wed, 30 Apr 2025 11:10:02 +0000 Subject: [PATCH] chore: add config.toml to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab951f8..7cd509b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Cargo.lock # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +/config.toml