Add hugo to gitignore

pull/5/head
parent f899af0e18
commit f6a9237d28
Signed by: millironx
GPG Key ID: 139C07724802BC5D

16
.gitignore vendored

@ -1,4 +1,20 @@
### Jekyll gitignore ###
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
### Hugo gitignore ###
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock

Loading…
Cancel
Save