Skip to content

Commit 4747550

Browse files
committed
Remove temp files, and ensure it won't happen again
The repo contains a couple Vim swap files (.swp) which should not be committed. Delete them, and add "*.swp" to .gitignore to prevent it from occuring in the future.
1 parent 367b140 commit 4747550

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Hue_Controller/secrets.h
55
CircuitPython_Logger/secrets\.py
66
.python-version
77
__pycache__
8+
*.swp
-12 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)