问题
Where can I find the config files for GitKraken on Windows?
GitKraken shows many repositories, which I would not like to be listed in the "recently opened repos" list.
回答1:
GitKraken saves its configuration in %AppData%/.gitkraken
. Despite missing a file ending, all files here are JSON, so you can open them directly in a text editor. config
for instance seems to store general settings such as window location and size.
You can remove a repo from "recently opened repos" by removing it from the localRepoCache
in the profiles/<random string>/
subfolder.
回答2:
there's also to clean the
Users\<username>\AppData\Roaming\.gitkraken\profiles\<random string>\repoSettings
folder to completely clean the cache
来源:https://stackoverflow.com/questions/37678725/gitkraken-config-file-windows