line-count icon indicating copy to clipboard operation
line-count copied to clipboard

Ignored folders

Open melloc01 opened this issue 9 years ago • 5 comments

There should be a way to any user add more ignored folders

melloc01 avatar Feb 09 '16 22:02 melloc01

I don't remember for sure but I think it respects .gitignore.

On Tue, Feb 9, 2016 at 2:35 PM, Rafael Mello Campanari < [email protected]> wrote:

There should be a way to any user add more ignored folders, not only node_modules

— Reply to this email directly or view it on GitHub https://github.com/mark-hahn/line-count/issues/14.

mark-hahn avatar Feb 09 '16 22:02 mark-hahn

but some files should not be counted but should in git,such as hacked lib..

SimplyY avatar Feb 25 '16 04:02 SimplyY

@mark-hahn unfortunately it doesnt ignore the .gitignore paths either.

Jany-M avatar Aug 11 '16 02:08 Jany-M

Adding 'lib' and 'env' would be a big help alongside node_modules

digiblacksmith avatar Feb 02 '18 08:02 digiblacksmith

Yea, a little box in the UI to add a list of ignored folders could be a solution. I like this plugin but my project was counted for over 669,000 lines of code, which is totally wrong since it included my virtualenv Python libraries and MeteorJS build folder... Does it really use .gitignore? I have these in my .gitignore but it still counted them.

MileanCo avatar Mar 13 '18 13:03 MileanCo