mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
✨ feat: Ignore Stakpak session files in .gitignore
- Added `.stakpak/session*` to ignore Stakpak session files
This commit is contained in:
parent
dd9e36f3ce
commit
b9288d65e3
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -13,3 +13,6 @@ log/
|
||||||
|
|
||||||
# zcompile cached files
|
# zcompile cached files
|
||||||
*.zwc
|
*.zwc
|
||||||
|
|
||||||
|
# Stakpak session files
|
||||||
|
.stakpak/session*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue