uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
151 stars 20 forks source link

Asterisk (*) in .gitignore does not work correctly #68

Closed Programmierus closed 2 years ago

Programmierus commented 2 years ago

I have following entry in my .gitignore which is perfectly valid:

venv*/

Git successfully ignores matching folders, but VS Code Counter still counts them in.

uctakeoff commented 2 years ago

Ver. 3.0.4 has been released. One problem has been corrected. If this does not fix the problem, please provide more information.

Programmierus commented 2 years ago

Works for me, thank you!