Update .gitignore for the Hugo folders.
This commit is contained in:
parent
c35147e2e2
commit
e926c05553
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Ignore docs files
|
||||
/_gh_pages/
|
||||
/site/docs/**/dist/
|
||||
/site/static/**/dist/
|
||||
|
||||
# Ignore ruby/bundler files
|
||||
/.bundle/
|
||||
|
|
@ -40,3 +41,4 @@ Thumbs.db
|
|||
# Folders to ignore
|
||||
/js/coverage/
|
||||
/node_modules/
|
||||
/resources/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue