ci(gitignore): ignore VIM files (#2856)

This commit is contained in:
Florian Best 2023-02-13 15:29:53 +01:00 committed by GitHub
parent 3659236580
commit 32520ff07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -191,3 +191,7 @@ cython_debug/
# Visual Studio Code
.vscode/
# VIM
.*.sw?
.sw?