Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

ignore dot directories #45

Closed
wants to merge 1 commit into from
Closed

ignore dot directories #45

wants to merge 1 commit into from

Conversation

bigwisu
Copy link

@bigwisu bigwisu commented Jul 17, 2014

propose fix for issue #44

@totherik
Copy link
Member

Only had a chance to briefly glance at this, but could this be simplified to change the line 31 conditional to be something like the following?

if (stat.isDirectory() && current.charAt(0) !== '.') {

@aredridel
Copy link

ping!

@totherik
Copy link
Member

Closing due to inactivity and lack of tests. Superseded by #58.

@totherik totherik closed this Oct 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants