cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)
https://www.0pdd.com
MIT License
76 stars 25 forks source link

pdd should ignore comments within .gitignore file #222

Closed php-coder closed 7 months ago

php-coder commented 1 year ago
$ grep '^#' .gitignore
# these files autogenerated by mvn eclipse:eclipse
...
$ pdd -f pdd.xml -v --skip-gitignore
Found 1 lines in /data/mystamps/.pdd
My version is 0.23.1
Ruby version is 2.7.8 at x86_64-linux
Reading from root dir /data/mystamps
Excluding src/test/wiremock/**/*
Excluding target/
Excluding #
Excluding these
Excluding files
Excluding autogenerated
Excluding by
Excluding mvn
Excluding eclipse:eclipse
php-coder commented 7 months ago

Fixed by #235