.gitignore: add the Hugo folders.
This commit is contained in:
parent
413c313644
commit
72a1437dae
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,6 +2,9 @@
|
||||||
/_gh_pages/
|
/_gh_pages/
|
||||||
/site/.jekyll-metadata
|
/site/.jekyll-metadata
|
||||||
/site/docs/**/dist/
|
/site/docs/**/dist/
|
||||||
|
# Hugo folders
|
||||||
|
/site/static/**/dist/
|
||||||
|
/resources/
|
||||||
|
|
||||||
# Ignore ruby/bundler files
|
# Ignore ruby/bundler files
|
||||||
/.bundle/
|
/.bundle/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue