mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
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:
parent
ff5629e60b
commit
f5721d9922
1 changed files with 3 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,8 +1,6 @@
|
||||||
# custom files
|
# custom files
|
||||||
custom/
|
custom
|
||||||
!custom/plugins/example
|
|
||||||
!custom/example.zsh
|
|
||||||
|
|
||||||
# temp files directories
|
# temp files directories
|
||||||
cache/
|
cache
|
||||||
log/
|
log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue