Skip to content

Commit

Permalink
addng Vim files to .gitginore
Browse files Browse the repository at this point in the history
  • Loading branch information
tommmyy committed Feb 18, 2019
1 parent 187af7f commit 94ee123
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Expand Up @@ -6,6 +6,25 @@ packages/*/build/*
# Created by https://www.gitignore.io/api/code,node,linux,macos,windows,intellij,sublimetext
# Edit at https://www.gitignore.io/?templates=code,node,linux,macos,windows,intellij,sublimetext

### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim

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

### Code ###
# Visual Studio Code - https://code.visualstudio.com/
.settings/
Expand Down

0 comments on commit 94ee123

Please sign in to comment.