Skip to content

Commit 7c12054

Browse files
Remove swp file and add to gitignore
This patch removes a vim swp file that accidentally got committed. This patch additionally adds swp files to gitignore to prevent this from happening again.
1 parent daae9ba commit 7c12054

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__pycache__
22
.vscode
33
.idea
4+
*.swp
Binary file not shown.

0 commit comments

Comments
 (0)