You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ An optional object parameter with the following properties:
33
33
***readContents**: a boolean value whether to read the file contents when traversing the files <sup>[\[1\]](#read-files)</sup> (defaults to true)
34
34
***encoding**: a string with the encoding used when reading a file (defaults to 'utf8')
35
35
***depth**: an integer value which limits the number sub-directories levels to traverse for the given path where `-1` is infinte, and `0` is none (defaults to -1)
36
-
***hidden**: a boolean value whether to exclude hidden files prefixed with a `.` (defaults to true)
36
+
***hidden**: a boolean value whether to include hidden files prefixed with a `.` (defaults to false)
0 commit comments