aboutsummaryrefslogtreecommitdiff
path: root/bin/src/dirs.rs
Commit message (Collapse)AuthorAgeFilesLines
* ignore `.git` by defaultAkshay2022-01-141-0/+3
|
* fix globs not ignore files correctlyAkshay2021-11-041-1/+5
|
* Squashed commit of the following:Akshay2021-11-041-0/+99
commit c0487a3b8bb3d9df1e290579bbbd425f7707b5bd Author: Akshay <[email protected]> Date: Thu Nov 4 18:46:03 2021 +0530 use ignore crate to enforce simpler ignore rules - also respects .gitignore by default - adds new flag `-u` to unrestrict statix