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
|
||||
|
||||
# Do not commit any files by accident that might land in there
|
||||
/.ssh
|
||||
/.ssh/*
|
||||
!/.ssh/config
|
||||
|
||||
Reference in New Issue
Block a user