This website requires JavaScript.
Explore
Help
Sign In
kevin
/
ohmyzsh
Watch
1
Fork
0
You've already forked ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-15 01:48:34 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4119f53004
ohmyzsh
/
.gitignore
9 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tidy up gitignore file - `custom/example.zshcache` doesn't exist anymore: it's safe to ignore. - `*.swp` files are ignored for no apparent reason. There's nothing in the codebase that generates them. This was introduced by @lepht in commit f78218f6 on 24 May 2011. - Files `locals.zsh` and `projects.zsh` are no longer supported for putting custom configuration there. This is since commit 8debd09 where files were put in a lib/ folder, but failed to modify the .gitignore file as well. The init script was modified as well, so those files aren't even being sourced: they are safe to be deleted or ported into a custom script.
2015-08-01 05:47:36 -07:00
# custom files
custom/
# temp files directories
.gitignore
2011-03-07 05:49:30 -07:00
cache/
Use .gitkeep files to keep cache/ and log/ directories Instead of .easter-egg files we now have empty .gitkeep files, like is done as an informal standard.
2015-12-15 03:16:02 -07:00
log/
Use safer append to hook function arrays (#8406) Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-11-19 10:47:12 -07:00
*.swp
Feature/ionic plugin aliases (#8494) * Add DS_Store to gitignore * Add ionic aliases * Add ionic plugin readme
2019-12-28 21:35:31 -07:00
.DS_Store
Reference in New Issue
Copy Permalink