bpatrik / pigallery2

A fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers (especially on raspberry pi)
http://bpatrik.github.io/pigallery2/
MIT License
1.74k stars 204 forks source link

Under macOS, hidden files in the system are displayed by pigallery2. #929

Open migumigu opened 1 month ago

migumigu commented 1 month ago

Hello, boss Under macOS, hidden files in the system are displayed by pigallery2.

I installed Node.js and PIgallery2 according to the steps in macOS, and everything is normal. But the files in my Mac system generate a large number of hidden files. These hidden files have been displayed by pigallery2. But because files all start with., there is no good way to filter them.

image

Windows displays hidden files like this. image These files are showing up and I am very distressed. Currently, I can only sort them by placing them at the end.


你好,大佬 macos下,系统隐藏的文件,被pigallery2展示出来。  我在macos里,按照步骤 安装了 node.js、pigallery2,一切都正常。 但我mac系统里的文件,会生成大量的隐藏文件。 这些隐藏文件,被pigallery2显示出来了。但是因为文件都是以.开头的,没有好的办法做过滤。

Windows 显示隐藏文件,是这样子。  这些文件显示出来让我很苦恼,目前只能通过排序的方式,把它们排到后面。

bpatrik commented 3 weeks ago

related to #803 and possible duplicate of #661