We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f766f commit 850138bCopy full SHA for 850138b
Finder.php
@@ -402,6 +402,8 @@ public function exclude($dirs)
402
/**
403
* Excludes "hidden" directories and files (starting with a dot).
404
*
405
+ * This option is enabled by default.
406
+ *
407
* @param bool $ignoreDotFiles Whether to exclude "hidden" files or not
408
409
* @return $this
@@ -422,6 +424,8 @@ public function ignoreDotFiles($ignoreDotFiles)
422
424
423
425
* Forces the finder to ignore version control directories.
426
427
428
429
* @param bool $ignoreVCS Whether to exclude VCS files or not
430
431
0 commit comments