Commit f958756
Ignore directory entries that start with a period
POSIX systems usually hide these files, so they should be hidden here as
well. macOS especially can create a ton of dotfiles (`.DS_Store`, "`._`"
files) that can create useless entries.1 parent 8d21668 commit f958756
File tree
1 file changed
+1
-1
lines changed- source
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments