This website requires JavaScript.
Explore
Help
Sign In
Customization
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-11-11 00:10:08 +00:00
Code
Releases
Activity
2004550a58
ohmyzsh
/
.gitignore
7 lines
61 B
Text
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 12:47:36 +00:00
# custom files
custom/
# temp files directories
.gitignore
2011-03-07 12:49:30 +00: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 10:16:02 +00:00
log/
Copy permalink