1
0
mirror of https://github.com/zplug/zplug synced 2026-03-07 06:31:48 +01:00
zplug/.gitignore
babarot a17c4d3e63 chore: remove SSH key handling from Docker setup and clean up sample config
Remove the practice of copying ~/.ssh into the Docker image, which
baked private keys into image layers. HTTPS (the default protocol)
is sufficient for testing.
2026-03-04 16:44:13 +09:00

30 lines
237 B
Plaintext

# zplug
bin/*
!bin/zplug-env
repos/*
.cache
cache
log
.gitignore.d/*
.error_log
# zsh
zcompdump
**/zcompdump
zcompdump.zwc
**/zcompdump.zwc
# a2x (man page)
*.xml
**/*.xml
# vim
*~
**/*~
*.swp
**/*.swp
# macOS
.DS_Store
**/.DS_Store