Live data from Hacker News

.DS_Store files always hidden from Finder in macOS Sierra Beta

imgur.com

1–10 of 14 posts

Re: .DS_Store files always hidden from Finder in macOS Sierra Beta

#3
post #2

This is not a good thing, since it seems the file are still there. I still need to add them to my `.gitignore`. If they are there and I ask to see all files, I want to see them.

Like the "hide Library folder always" I hope there's some CLI command to run to override it. Not that I run with hidden files visible, but I can see why it would be useful.

Re: .DS_Store files always hidden from Finder in macOS Sierra Beta

#7
post #2

This is not a good thing, since it seems the file are still there. I still need to add them to my `.gitignore`. If they are there and I ask to see all files, I want to see them.

A global gitignore solves that.

The file is available in the Terminal. I don't see the point of seeing a `.DS_Store` file on finder.

Re: .DS_Store files always hidden from Finder in macOS Sierra Beta

#8
post #2

This is not a good thing, since it seems the file are still there. I still need to add them to my `.gitignore`. If they are there and I ask to see all files, I want to see them.

A global gitignore solves that. The file is available in the Terminal. I don't see the point of seeing a `.DS_Store` file on finder.

[deleted]

Re: .DS_Store files always hidden from Finder in macOS Sierra Beta

#9
post #4

Surely with Apple's new file system, the need for these files will go away, right? I'm sure they can bake whatever metadata these directories need right into the fs.

I recently tested APFS on a USB stick, "ls -A" hasn't shown any .DS_Store files.
Post reply on HN