From 3ce92a45d1fb8213f644fc0d7248b073422631c9 Mon Sep 17 00:00:00 2001 From: yeti Date: Thu, 17 Apr 2025 22:54:04 +0100 Subject: [PATCH] fix(lazygit): delete redundant files --- config/lazygit/state.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config/lazygit/state.yml diff --git a/config/lazygit/state.yml b/config/lazygit/state.yml deleted file mode 100644 index f46cd03..0000000 --- a/config/lazygit/state.yml +++ /dev/null @@ -1,21 +0,0 @@ -lastupdatecheck: 0 -recentrepos: -startuppopupversion: 5 -lastversion: 0.49.0 -customcommandshistory: - - git rebase --continue - - git config pull.ff only - - git merge develop --allow-unrelated-histories - - git merge master develop - - git pull origin master --allow-unrelated-histories - - git submodule update --recursive - - git stash - - git push --tags -hidecommandlog: false -ignorewhitespaceindiffview: true -diffcontextsize: 3 -renamesimilaritythreshold: 50 -localbranchsortorder: recency -remotebranchsortorder: alphabetical -gitlogorder: topo-order -gitlogshowgraph: always