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

Gitignore for Zshell #227

Merged
merged 1 commit into from Sep 20, 2019
Merged

Gitignore for Zshell #227

merged 1 commit into from Sep 20, 2019

Conversation

psprint
Copy link
Contributor

@psprint psprint commented Sep 3, 2019

New

  • Template - New .gitignore template
  • Composition - Template made from smaller templates
  • Inheritance - Template similar to an existing template
  • Patch - Template extending functionality of existing template

Details

The docs about the entries:

  • zsh.sf.net/Files – search for "zwc"
  • zsh.sf.net/use of compinit – search for "zcompdump". The file can have a hostname appended and also the user may customize it (a bit, presumably) hence the wildcards in the template
  • zplugin – search for "._zplugin". The files will appear when developing a Zsh plugin with use of Zplugin, hence their presence in the template.
  • zshelldoc – search for data. When developing a Zsh-plugin and documenting the code with Zshelldoc, this directory will pop-up in git status without any need for commit,
  • per-directory-history – search for ".directory_history". The plugin can be configured to store the history in the local directory instead of $HOME,
  • zsh-autoswitch-virtualenv – search for ".venv".
  • zunit – the tests can produce results in the _output directory.

@joeblau joeblau merged commit 7721099 into toptal:master Sep 20, 2019
@psprint
Copy link
Contributor Author

psprint commented Sep 21, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants