We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2370a4e commit 6b0ef19Copy full SHA for 6b0ef19
bin/git-ignore
@@ -12,7 +12,7 @@ function show_contents {
12
}
13
14
function global_ignore() {
15
- git config --global core.excludesile || \
+ git config --global core.excludesFile || \
16
([ -n "$XDG_CONFIG_HOME" ] && echo "$XDG_CONFIG_HOME/git/ignore") || \
17
echo "$HOME/.config/git/ignore"
18
0 commit comments