From 3056a24671a01215f9aee6702f2cdc0d4e8d1112 Mon Sep 17 00:00:00 2001 From: virattt Date: Mon, 10 Feb 2025 08:27:52 -0500 Subject: [PATCH] Ignore txt files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3216647e..de96f9a6 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ ENV/ Thumbs.db # graph -*.png \ No newline at end of file +*.png + +# Txt files +*.txt