From 3beb9c910cec54dc694d33a49af3e22f3271d2d6 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 11 Mar 2017 11:11:32 +0100 Subject: [PATCH] Initial commit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2d1d69 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ + +# Created by https://www.gitignore.io/api/vim,hugo + +### Hugo ### +hugo.exe +/public/ +### Vim ### +# swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] +# session +Session.vim +# temporary +.netrwhist +*~ +# auto-generated tag files +tags + +# End of https://www.gitignore.io/api/vim,hugo