From 529a229e204cac07875089956e510497ff1a32c8 Mon Sep 17 00:00:00 2001 From: Junior Date: Sun, 7 Jan 2024 16:50:54 -0500 Subject: [PATCH] Add single character name PHP files to the ignore list as they are only used for spot testing. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1d6100c..ab304c4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,7 @@ compressed comics/ thumbs/ + +# Temporary PHP files + +?.php