mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] fix cache directory in gitignore
This commit is contained in:
parent
4ed36c8bb6
commit
7606f81737
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,4 +1,10 @@
|
||||||
/zsh/custom
|
/zsh/custom
|
||||||
/zsh/cache
|
/zsh/cache
|
||||||
!/zsh/cache/.gitkeep
|
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
/ansible/hosts
|
||||||
|
/ansible/*.retry
|
||||||
|
|
||||||
|
/smth
|
||||||
|
/.vscode
|
||||||
|
/hammerspoon/Spoons
|
||||||
|
|
Loading…
Reference in a new issue