I am very new to Github Atom editor. It always shows hidden files such as .git
, .sass
in the side pane.
How to hide hidden files(dot files) in atom editor's side pane.
Edit > Preferences > Packages
In the field below "Installed Packages" type: "Tree View". This package has a few settings you can toggle, "Hide Ignored Names" is what you're looking for.
It's a really buried setting, not sure why.
You can also add it to your config:
'tree-view':
'hideIgnoredNames': true