From e6e788861348b98e68de633a0338dd0c3559a035 Mon Sep 17 00:00:00 2001 From: agres Date: Tue, 18 Mar 2025 21:44:22 +0100 Subject: [PATCH] Added tokens file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 60a5680..81dd2a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Custom Tokens file/rotator +tokens.json + # Visual Studio Code .vscode/