jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
2.99k stars 103 forks source link

Add .gitignore file #171

Open Saklad5 opened 2 years ago

Saklad5 commented 2 years ago

This file tells Git to disregard zsh word code files, which are generated by the zcompile builtin and other tools to reduce the loading time of zsh functions and scripts.

As they are derived directly from the original files, there is no point checking them into source control. However, having them in the same directory is necessary for zsh to find them automatically.

Saklad5 commented 2 years ago

Hi @Saklad5

Thanks for your contribution, can you explain why there is a .zwc file in the plugin folder?

Thanks & Regards

This commit adds nothing but a .gitignore file. If there’s a ZWC in version control, it should be removed in a separate commit.