From c988075ce7158a723185206eff60e120035cf746 Mon Sep 17 00:00:00 2001 From: Enxyphered Date: Tue, 14 Apr 2026 19:34:31 +0500 Subject: [PATCH] Ignore's the run.bat file from schedule so that it doesn't get copied to the repo for no reason. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff46230..b6f1735 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ [Pp]assword.txt CVV.txt CardDetails.txt +run.bat # ---> VisualStudioCode .vscode/*