Clean up .gitignore even further

custom/ does not allow the custom directory to be symlinked elsewhere and by forcing the examples to be included you cannot delete them from your custom directory.  This allows you to tidy up your custom directory as well as symlink it elsewhere and normal .oh-my-zsh updates will still work normally.
This commit is contained in:
Dan Stroot 2016-12-31 13:56:02 -08:00 committed by GitHub
commit f5721d9922

8
.gitignore vendored
View file

@ -1,8 +1,6 @@
# custom files
custom/
!custom/plugins/example
!custom/example.zsh
custom
# temp files directories
cache/
log/
cache
log