diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-27 21:04:02 +0100 |
---|---|---|
committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-27 21:08:24 +0100 |
commit | 42101b083f674708c00f45824656a5e090bc24d7 (patch) | |
tree | 9ed1dc0d8dc7eec6e5e6245a59b3de344d445efa | |
parent | f9caa6042d2f90b30417b15aeb0388a96e7a8726 (diff) |
feat: add vim section on gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# VIM +*.swp |