chore: ignore editor swap files

A stray .CLAUDE.md.swp got picked up by `git add -A` while writing the
contributing docs. The CLAUDE.md ignore is anchored (/CLAUDE.md), so it
never covered vim's sibling swap file.
This commit is contained in:
2026-07-30 10:14:42 +02:00
parent 9cccf0f513
commit b93f9759d2

5
.gitignore vendored
View File

@@ -50,6 +50,11 @@ google-services.json
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Editor swap/backup files
*.swp
*.swo
*~
# F-Droid local artifacts (the pipeline generates them in CI) # F-Droid local artifacts (the pipeline generates them in CI)
/fdroid/ /fdroid/