Skip to content

Commit

Permalink
fix: Add vim temp files to .gitignore (#7209)
Browse files Browse the repository at this point in the history
  • Loading branch information
richsalz committed Mar 17, 2024
1 parent 1a9a111 commit 09afd85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@ datatracker.sublime-workspace
/static
/tmp-*
/.testresult
*.swp
*.pyc
__pycache__
.yarn/*
Expand Down

0 comments on commit 09afd85

Please sign in to comment.