From 00f670a14413849f551947141bd824d5c971ef6f Mon Sep 17 00:00:00 2001 From: fzorb Date: Mon, 14 Jul 2025 13:37:21 +0300 Subject: [PATCH] add token.txt to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1ac223..4991ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -quotes.txt \ No newline at end of file +quotes.txt +token.txt \ No newline at end of file