Ignored folders
There should be a way to any user add more ignored folders
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.
but some files should not be counted but should in git,such as hacked lib..
@mark-hahn unfortunately it doesnt ignore the .gitignore paths either.
Adding 'lib' and 'env' would be a big help alongside node_modules
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.