Replies: 2 comments 4 replies
-
|
Sounds like a bug in global-gitignore handling. Where's your global ignore file, and what does it contain? Are you using any environment variables like XDG_CONFIG_HOME? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
OK, I'm guessing you are on MacOS - the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was excited to update
gg, but I'm now seeing an issue where it adds.DS_Storefiles any time I open a repo in it.I ignore
.DS_Storefiles globally because otherwisegitandjjrepos are a total pain on macOS: https://github.com/lgarron/dotfiles/blob/21db0b997d41625c62a3dc505baec6a2db4f9ca8/dotfiles/git/.config/git/ignore#L1I'm certain
ggis causing this because:jjcommandline and VS Code without.DS_Storefiles being tracked,.DS_Storefiles are immediately added when I open or focusgg, and.DS_Storefiles.In fact, this reproduces even when I 1) abandon the commits inside
gg, 2) switch fromggto any other unrelated app (say,Music.app), and 3) switch app focus directly back togg.This also happens in every single repo that I open.
Since this happens every single time I open
gg, I'm going to downgradeggfor the time being. But I'm happy to try to get more repro details if it would help.Beta Was this translation helpful? Give feedback.
All reactions