From 2964a43ccd1645f589c7ff8f0f5d8a90cfa613ce Mon Sep 17 00:00:00 2001 From: Ken Sipe Date: Thu, 5 Nov 2020 09:33:03 -0600 Subject: [PATCH] Git Ignore More Things Signed-off-by: Ken Sipe --- .gitignore | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87ecb1e2..c40001c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,31 @@ bin -cross-out \ No newline at end of file +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 +