mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
docs(poetry): fix typo (#13646)
This commit is contained in:
parent
df64afb062
commit
2614f529ce
2 changed files with 11 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -4,7 +4,12 @@ custom/
|
|||
# temp files directories
|
||||
cache/
|
||||
log/
|
||||
|
||||
# Vim swap/backup files
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# macOS system files
|
||||
.DS_Store
|
||||
|
||||
# editor configs
|
||||
|
|
@ -13,3 +18,4 @@ log/
|
|||
|
||||
# zcompile cached files
|
||||
*.zwc
|
||||
*.zwc.old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue