mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2024-11-21 16:48:00 +01:00
28 lines
557 B
Text
28 lines
557 B
Text
# Zsh compiled script + zrecompile backup
|
|
*.zwc
|
|
*.zwc.old
|
|
|
|
# Zsh completion-optimization dumpfile
|
|
*zcompdump*
|
|
|
|
# Zsh zcalc history
|
|
.zcalc_history
|
|
|
|
# A popular plugin manager's files
|
|
._zinit
|
|
.zinit_lastupd
|
|
|
|
# zdharma/zshelldoc tool's files
|
|
zsdoc/data
|
|
|
|
# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files
|
|
# (when set-up to store the history in the local directory)
|
|
.directory_history
|
|
|
|
# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files
|
|
# (for Zsh plugins using Python)
|
|
.venv
|
|
|
|
# Zunit tests' output
|
|
/tests/_output/*
|
|
!/tests/_output/.gitkeep
|