chore: add root public/ to .gitignore (Hugo build output)
This commit is contained in:
parent
c6247aea5a
commit
ef1d4644a3
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,7 +4,8 @@ build.log
|
|||
postcss.dev.config.js
|
||||
dev.sh
|
||||
|
||||
# Hugo output and cache (all under site/)
|
||||
# Hugo output and cache
|
||||
public/
|
||||
site/public/
|
||||
site/resources/
|
||||
site/hugo_stats.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue