Also to be noted that if you keep your code under git, hg or equivalent, atom will ignore by default all files that are ignored by your version control system (all files matching the patterns in your .gitignore
). [ This typically include node_modules
, build
, dist
, .git
and others… ]
Read full article from How can I ignore some folder like 'node_modules' when I search in the directory? - support - Atom Discussion
No comments:
Post a Comment