Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 76175f5

Browse files
authored
git: ignore vim swap files (#272)
For those developers who use vim, the traditional behaviour is to create swap files next to the file itself. These files should not be committed to the repository, add them to the ignore list.
1 parent a616487 commit 76175f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ pnpm-lock.yaml
7272

7373
## Local History for Visual Studio Code
7474
.history/
75+
76+
# vim swap files
77+
.*.sw?

0 commit comments

Comments
 (0)