Skip to content

Commit 49e0305

Browse files
authored
Update README.md
1 parent b629113 commit 49e0305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Files and directories that are ignored in recursive scan:
1111
- *bin*
1212
- *obj*
1313

14-
For ignoring these items, following lines are reproduced from *MainWindow.xaml.cs*:
14+
Following lines from *MainWindow.xaml.cs* control which files / directories are to be ignored:
1515
```csharp
1616
LinesCounter counter =
1717
new LinesCounter(targetPath, PrintOutputLine,
1818
skippedDirOrFilenames: ".git,.svn,.vs,bin,obj");
1919
```
20+
> You can make changes according to your requirements.

0 commit comments

Comments
 (0)