ds-ignore
Hide those pesky .DS_Store files from the Tree View, ignorance is bliss ... right?
robb-j 933 1 0.1.0 MIT GitHub

.DS_Ignore

Hides those pesky .DS_Store files from the Tree View, ignorance is bliss ... right?

/* Adds a super simple CSS rule */
span.name.icon.finder-icon[title='.DS_Store'] {
  display: none;
}