Add single character named PHP files to .gitignore

This commit is contained in:
Junior 2022-02-15 15:08:32 +00:00
parent 35a7efba60
commit 8e8e8d18c4

3
.gitignore vendored
View File

@ -33,3 +33,6 @@ vendor/
# Uploaded images # Uploaded images
albums/* albums/*
!albums/index.php !albums/index.php
# Single character PHP files
?.php