zabel-xyz / local-history

local-history for vscode
MIT License
228 stars 36 forks source link

How to filter local history file out, when I am trying to search something? #125

Open suijunqiang opened 4 years ago

suijunqiang commented 4 years ago

Thanks for the awsome history component, however it is hard to find out what I real need when I am searching sth, beacause there are somemay results in local history files such xxx_20201010****.c

so would you please give me a work around?

Bu11etmagnet commented 3 years ago

Put this in your .gitignore:

.history

vscode interprets .gitignore and by default omits files that would be ignored by git