Last active
July 17, 2020 09:53
-
-
Save psprint/1f4d0a3cb89d68d3256615f247e2aac9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment