Atom.io is a great text editor for Unity projects. However, having
.meta
files everywhere is bit annoying. This snippet will allow you either reduce the visual
noise of these files to help disambiguate them from your assets and source files, or else entirely
hide them in the editor's tree-view.
- Open Atom Editor
- From Atom menu, select Open Your Stylesheet
- Add the Less snippet into
.tree-view{}
- Save