mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
This PR adds tracking of the `.ssh/config` file which right now only includes an instruction to ignore `known_hosts` checking for any remote on `local.vlw.se:2222` which is the host and port I use to SSH into any local dev environment. Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/13
21 lines
306 B
Text
21 lines
306 B
Text
**
|
|
!.config/
|
|
!.local/
|
|
!.ssh/
|
|
|
|
# Include configs
|
|
!.nanorc
|
|
!.tmux.conf
|
|
!.gitconfig
|
|
!.ssh/config
|
|
!.config/git/
|
|
!.config/git/**
|
|
!.bash_aliases
|
|
!.bash_profile
|
|
!.local/share/
|
|
!.local/share/code-server/
|
|
!.local/share/code-server/User/
|
|
!.local/share/code-server/User/settings.json
|
|
|
|
# Include this file
|
|
!.gitignore
|