You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no interest in having the "license", ".gitignore" and ".npmignore", and ".json" counted in the repo sizes, is there a easy way to have it ignore these file types.
The text was updated successfully, but these errors were encountered:
Just to note, that will exclude them from being indexed as well. The count is based on the index so thats what this will actually achieve.
I have a branch to add reports to searchcode where these sort of things would be controlled at runtime, but that is probably a major release away at this point.
That will do it then. The blacklist is only by file extention at the moment, but the fact that is would pick up .gitignore and .npmignore is more of a hack.
I have no interest in having the "license", ".gitignore" and ".npmignore", and ".json" counted in the repo sizes, is there a easy way to have it ignore these file types.
The text was updated successfully, but these errors were encountered: