From 1b1bdfe99a33eabf4ccdfafae611d9d10683a438 Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Wed, 25 Feb 2026 14:00:50 +0300 Subject: [PATCH] Add proxy-secret to .gitignore The proxy-secret file contains sensitive authentication data that should never be committed to version control. --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6b5f1d5..3a45e41 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,5 @@ target # 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/ -*.rs -target -Cargo.lock -src + +proxy-secret