mirror of
https://github.com/zplug/zplug
synced 2026-03-07 06:31:48 +01:00
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.
30 lines
237 B
Plaintext
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
|