1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit.git synced 2025-02-25 13:29:31 +01:00
zinit/share/template-plugin/zsh.gitignore

29 lines
557 B
Text
Raw Permalink Normal View History

2019-11-17 05:33:20 +01:00
# 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
2019-11-17 05:33:20 +01:00
# zdharma/zshelldoc tool's files
zsdoc/data
2019-12-16 00:58:29 +01:00
# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files
2019-11-17 05:33:20 +01:00
# (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