28 lines
409 B
Plaintext
28 lines
409 B
Plaintext
# Created by https://www.gitignore.io/api/hugo
|
|
# Edit at https://www.gitignore.io/?templates=hugo
|
|
|
|
### Hugo ###
|
|
# Generated files by hugo
|
|
blog/public/
|
|
blog/resources/_gen/
|
|
|
|
# Executable may be added to repository
|
|
hugo.exe
|
|
hugo.darwin
|
|
hugo.linux
|
|
|
|
# End of https://www.gitignore.io/api/hugo
|
|
|
|
# node_modules
|
|
blog/node_modules
|
|
|
|
# static
|
|
blog/static
|
|
!blog/static/images/*
|
|
|
|
test/
|
|
.DS_Store
|
|
|
|
# terraform
|
|
.terraform/
|