Root Folder on MAC OSX is:
/Users/Username/
Naturally there’s a crap ton of files in a standard user profile.
I want to exclude everything except certain selections.
I would presume that the following would first include everything in the Documents folder then exclude everything else relative to the root folder.
!/Documents/
**
Is that correct?
What effect would the following have versus the previous setting?
!/Documents/*
**
Lastly, if I wanted to include ONLY photoshop files from all folders and sub-folders of the user’s profile, would this be the proper ignore setting?
!*.psd <-- Include all photoshop files in the user's entire profile folder structure.
** <-- Exclude everything else.