mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
chore(gitignore): add missing ignore patterns for vim and zsh files
This commit is contained in:
parent
b927b835fb
commit
f561bc3507
1 changed files with 6 additions and 0 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