Add hugo to gitignore
This commit is contained in:
parent
f899af0e18
commit
f6a9237d28
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
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…
Reference in a new issue