You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my workstations, I'll usually have .DS_Store in a Mac's global Git ignores, or desktop.ini for Windows. That global gitignore is found via the core.excludesfile Git config.
Don't know how it should be implemented, but if I run git config --get[-all] core.excludesfile (git config --list --show-origin --show-scope drills into it more) it shows the file(s) to look at. I think .git/info/exclude is also possibly a repo-local exclude file to use, but I think that's kinda rare over a repo-root .gitignore.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
On my workstations, I'll usually have
.DS_Store
in a Mac's global Git ignores, ordesktop.ini
for Windows. That global gitignore is found via thecore.excludesfile
Git config.Don't know how it should be implemented, but if I run
git config --get[-all] core.excludesfile
(git config --list --show-origin --show-scope
drills into it more) it shows the file(s) to look at. I think.git/info/exclude
is also possibly a repo-local exclude file to use, but I think that's kinda rare over a repo-root.gitignore
.The text was updated successfully, but these errors were encountered: