mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
Add Vale into the toolbelt
This commit is contained in:
parent
81acd5fbcc
commit
2c76182993
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
### Hugo ###
|
### Project setup ###
|
||||||
|
# Vale styles
|
||||||
|
/styles/
|
||||||
|
|
||||||
.direnv
|
# Custom cache folder.
|
||||||
|
.cache
|
||||||
|
|
||||||
# The code workspace used for the dedicated branches for certain content.
|
# The code workspace used for the dedicated branches for certain content.
|
||||||
/code-workspace/
|
/code-workspace/
|
||||||
@ -11,6 +14,9 @@
|
|||||||
# Certain files just need to be ignored.
|
# Certain files just need to be ignored.
|
||||||
/layouts/partials/openring.html
|
/layouts/partials/openring.html
|
||||||
/layouts/partials/planet.html
|
/layouts/partials/planet.html
|
||||||
|
.direnv
|
||||||
|
|
||||||
|
### Hugo ###
|
||||||
|
|
||||||
# Generated files by hugo
|
# Generated files by hugo
|
||||||
/public/
|
/public/
|
||||||
@ -23,3 +29,6 @@ hugo.linux
|
|||||||
|
|
||||||
# Ignore all other envrc
|
# Ignore all other envrc
|
||||||
.envrc.*
|
.envrc.*
|
||||||
|
|
||||||
|
# Local Netlify folder
|
||||||
|
.netlify
|
||||||
|
Loading…
Reference in New Issue
Block a user