gocodewalker icon indicating copy to clipboard operation
gocodewalker copied to clipboard

Library to help with walking of code directories in go

Results 1 gocodewalker issues
Sort by recently updated
recently updated
newest added

## Summary Setting `ExcludeListExtensions` completely disables `CustomIgnore` functionality, making custom ignore files ineffective. ## Reproduction Steps 1. Create test files: ```bash mkdir test && cd test echo "content" >file1.txt echo...

bug