GitIgnore File for zsh

Create a .gitignore file to tell git which files or folders to ignore in your zsh project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### Zsh ###
# 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_lstupd

# zdharma/zshelldoc tool's files
zsdoc/data

# robbyrussell/oh-my-zsh/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

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download zsh.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from zsh Project

Zsh compiled script + zrecompile backup

Zsh completion-optimization dumpfile

Zsh zcalc history

A popular plugin manager's files

zdharma/zshelldoc tool's files

robbyrussell/oh-my-zsh/plugins/per-directory-history plugin's files

(when set-up to store the history in the local directory)

MichaelAquilina/zsh-autoswitch-virtualenv plugin's files

(for Zsh plugins using Python)

Zunit tests' output

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.