问题描述
在Windows哪里可以找到GitKraken的配置文件?
Where can I find the config files for GitKraken on Windows?
GitKraken显示了许多存储库,我不希望将它们列出在最近打开的存储库"列表中.
GitKraken shows many repositories, which I would not like to be listed in the "recently opened repos" list.
推荐答案
GitKraken将其配置保存在%AppData%/.gitkraken
中.尽管缺少文件结尾,但是这里的所有文件都是JSON,因此您可以直接在文本编辑器中打开它们.例如, config
似乎存储了诸如窗口位置和大小之类的常规设置.
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.
您可以通过从 profiles/< random string>/
子文件夹中的 localRepoCache
中将其从最近打开的存储库"中删除.
You can remove a repo from "recently opened repos" by removing it from the localRepoCache
in the profiles/<random string>/
subfolder.
这篇关于GitKraken配置文件(Windows)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!