ignore: Ignore .ssh/* instead of the folder
This fixes the issue, that `.ssh/config` was not listed by `fzf.vim`s `:Files` command.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -32,5 +32,5 @@
|
|||||||
/.envrc
|
/.envrc
|
||||||
|
|
||||||
# Do not commit any files by accident that might land in there
|
# Do not commit any files by accident that might land in there
|
||||||
/.ssh
|
/.ssh/*
|
||||||
!/.ssh/config
|
!/.ssh/config
|
||||||
|
|||||||
Reference in New Issue
Block a user