Git Ignore More Things

Signed-off-by: Ken Sipe <kensipe@gmail.com>
pull/436/head
Ken Sipe 5 years ago
parent 778fbb4669
commit 2964a43ccd
No known key found for this signature in database
GPG Key ID: 564882A82432498D

31
.gitignore vendored

@ -1,2 +1,31 @@
bin
cross-out
cross-out
### mac
.DS_Store
### Goland IDEA
.idea/
### gorelease
dist/
### VS Code
.vscode/
.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

Loading…
Cancel
Save