From 8e8e8d18c4cc5d044327878fa99734da83f293c2 Mon Sep 17 00:00:00 2001 From: junior Date: Tue, 15 Feb 2022 15:08:32 +0000 Subject: [PATCH] Add single character named PHP files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 68491cd..b7aa488 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ vendor/ # Uploaded images albums/* !albums/index.php + +# Single character PHP files +?.php