mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
🙈 Add vim temporary files to gitignore (#1590)
Co-authored-by: asheux <brianashiundu000@gmail.com>
This commit is contained in:
parent
42eff23a79
commit
f3730a79af
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -16,3 +16,8 @@ Pipfile.lock
|
|||
env3.*
|
||||
env
|
||||
docs_build
|
||||
venv
|
||||
|
||||
# vim temporary files
|
||||
*~
|
||||
.*.sw?
|
||||
|
|
|
|||
Loading…
Reference in a new issue