Skip to content

Commit

Permalink
README.md: describe .tokeignore file (XAMPPRocky#721)
Browse files Browse the repository at this point in the history
Should help pre-empt questions like XAMPPRocky#333
  • Loading branch information
mykter authored Feb 24, 2021
1 parent fd08c8b commit cc8f960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ the same semantics as `.gitignore`.
$ tokei ./foo --exclude *.rs
```

Paths to exclude can also be listed in a `.tokeignore` file, using the same
[syntax](https://git-scm.com/docs/gitignore) as .gitignore files.

#### Sorting output
By default tokei sorts alphabetically by language name, however using `--sort`
tokei can also sort by any of the columns.
Expand Down

0 comments on commit cc8f960

Please sign in to comment.