From 5f25f61948661b0f08d9d0f9e1fc85805e18f9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 7 Mar 2026 08:28:33 +0400 Subject: [PATCH] chore: ignore .s3cfg* files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e917e5c..4aeb6f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +# S3 конфиги с кредами — не коммитим +.s3cfg* + # Binaries for programs and plugins *.exe *.exe~