commit 3beb9c910cec54dc694d33a49af3e22f3271d2d6 Author: Valentin Brandl Date: Sat Mar 11 11:11:32 2017 +0100 Initial commit 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