From d83d22316115b55ce4c41503cb270a773df84023 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Sun, 3 Mar 2024 12:03:49 +0100 Subject: [PATCH] chore(gitignore): add /Screenshots/* to ignore all files in Screenshots directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db17a5e..04c613d 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ luac.out .env .DS_Store +/Screenshots/*