John Jiang
John Jiang

Reputation: 955

Exclude folder/file from atom's view

Can I exclude a file pattern that includes its parent directories in atom? For example, I want to exclude folder1/folder2/*.py. Also I don't want to put this into .gitignore, because the git repository is shared with others and only I don't care about those files. Thanks!

Upvotes: 1

Views: 257

Answers (1)

idleberg
idleberg

Reputation: 12882

There are several packages available that let you keep an .atomignore file for exactly that purpose, e.g. tree-ignore or atom-ignore packages.

Upvotes: 1

Related Questions