Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Add VIM temporary file globs to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
  • Loading branch information
p1-0tr committed Jul 8, 2022
1 parent 1504064 commit 4d4b6cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
bin/
dist/
/.vscode/

## VIM
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

0 comments on commit 4d4b6cf

Please sign in to comment.