mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Fix .gitignore "custom" directory _again_
* Properly ignore the ./custom directory excluding the examples * Lol, I'm not sure why this has been so tricky 👅 * See #2128, #2165
This commit is contained in:
parent
7a7eda1287
commit
267be61cfa
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
locals.zsh
|
locals.zsh
|
||||||
log/.zsh_history
|
log/.zsh_history
|
||||||
projects.zsh
|
projects.zsh
|
||||||
-custom/*
|
custom/*
|
||||||
-!custom/example
|
!custom/example
|
||||||
-!custom/example.zsh
|
!custom/example.zsh
|
||||||
*.swp
|
*.swp
|
||||||
!custom/example.zshcache
|
!custom/example.zshcache
|
||||||
cache/
|
cache/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue