chore: add Vim swap files to .gitignore

Added .gitignore entries for temporary Vim editor files (*.swp, *.swo, *.swx).
This commit is contained in:
TheSomsie 2025-11-26 11:38:55 +01:00 committed by GitHub
parent cf93077fab
commit b92b66d70a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.gitignore vendored
View file

@ -41,6 +41,10 @@ profile.cov
# VS Code
.vscode
# Vim swap files
*.swp
*.swo
*.swx
tests/spec-tests/