Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitignore file #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add .gitignore file #171

wants to merge 1 commit into from

Conversation

Saklad5
Copy link

@Saklad5 Saklad5 commented Mar 16, 2022

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.

This file tells Git to disregard zsh word code files.
Copy link
Owner

@jeffreytse jeffreytse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Saklad5

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

Thanks & Regards

@Saklad5
Copy link
Author

Saklad5 commented May 12, 2022

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.

@jeffreytse jeffreytse added the enhancement New feature or request label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants