Initial commit

This commit is contained in:
Valentin Brandl 2017-03-11 11:11:32 +01:00
commit 3beb9c910c
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

21
.gitignore vendored Normal file
View File

@ -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