Skip to content

Commit

Permalink
Add .swp fils to gitignore (#2903)
Browse files Browse the repository at this point in the history
Vim creates .swp files while editing files. These should be included in
the gitignore to ensure that they don't accidentally get committed and
to make it easier for users who wish to utilize commands like git add
--all.
  • Loading branch information
boomanaiden154 committed Feb 22, 2024
1 parent cd8e528 commit af529ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@
venv
.tox/
.mypy_cache/
*.swp

0 comments on commit af529ab

Please sign in to comment.