From 3989cf673e57e6c91fa9dcbbc8f78ab7a6331968 Mon Sep 17 00:00:00 2001 From: Fanis Dokianakis Date: Fri, 31 May 2019 18:01:55 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46f5006..f839538 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,38 @@ -public/* +# generated files by hugo +/public/ +/resources/_gen/ + +# executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +### 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~ + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history \ No newline at end of file