Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "fs-finder", | ||
"description": "File system recursive finder", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -103,4 +103,4 @@ # fs-finder | ||
In default, fs-finder ignoring temp files, which are created for example by gedit editor and which have got ~ character | ||
in the end of file name. | ||
In default, fs-finder ignoring temp and system files, which are created for example by gedit editor and which have got ~ character | ||
in the end of file name or dot in the beginning. | ||
@@ -107,0 +107,0 @@ ``` |
16160