Hiding Certain Types of File

Ulysses has access to a subfolder within my EagleFiler folder. This works fine, but Ulysses generates .plist files in abundance to track its settings.

Is there any way to hide files with a .plist extension from the record list in EagleFiler?

There’s no way to hide records after they’ve been imported (except to delete them). However, you can prevent EagleFiler from detecting and importing unwanted files during a scan by using this Terminal command:

defaults write com.c-command.EagleFiler UnscannedExtensions -array plist

That works! Thank you!