Add thumbnails to .gitignore

This commit is contained in:
Junior 2022-02-15 15:10:07 +00:00
parent 8e8e8d18c4
commit 769b282306

4
.gitignore vendored
View File

@ -34,5 +34,9 @@ vendor/
albums/* albums/*
!albums/index.php !albums/index.php
# Thumbnail images
thumbs/*
!thumbs/index.php
# Single character PHP files # Single character PHP files
?.php ?.php