Skip to content

Commit ec6c116

Browse files
authored
chore: ignore Vim swap files (#4872)
## Summary Prevents local Vim swap files from appearing as untracked repository changes.
1 parent 3ad816f commit ec6c116

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ packages/**/styles/tailwind.css
2424

2525
# misc
2626
.DS_Store
27+
*.swp
2728
*.pem
2829

2930
# debug

0 commit comments

Comments
 (0)