vbrandl.net/.gitignore
Valentin Brandl 659a847545
Some checks failed
the build failed
chores(git): update gitignore
2018-08-15 15:17:59 +02:00

36 lines
492 B
Plaintext

# 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
deploy.sh
# Created by https://www.gitignore.io/api/hugo
### Hugo ###
# Hugo binary
hugo*
# Generated files at default location
/public/
/resources/_gen
# End of https://www.gitignore.io/api/hugo