2020-05-14 13:52:49 +00:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/vim,code
|
|
|
|
# Edit at https://www.gitignore.io/?templates=vim,code
|
|
|
|
|
|
|
|
### Code ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
### 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
|
|
|
|
Sessionx.vim
|
|
|
|
|
|
|
|
# Temporary
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Auto-generated tag files
|
|
|
|
tags
|
|
|
|
|
|
|
|
# Persistent undo
|
|
|
|
[._]*.un~
|
|
|
|
|
|
|
|
# Coc configuration directory
|
|
|
|
.vim
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/vim,code
|
|
|
|
.env
|
2020-05-14 21:56:01 +00:00
|
|
|
kubectl/
|
2020-05-14 13:52:49 +00:00
|
|
|
build/
|