mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 14:58:25 -04:00
also made even more config.toml parameters optional, will help when finally releasing theme
27 lines
295 B
Plaintext
27 lines
295 B
Plaintext
# Hugo stuff that doesn't play well with Prettier
|
|
assets/**/vendor/
|
|
layouts/
|
|
static/
|
|
|
|
# output from Hugo
|
|
public/
|
|
builds/
|
|
resources/
|
|
_vendor/
|
|
|
|
# Netlify plugins
|
|
plugins/
|
|
|
|
# dotfiles/config
|
|
.*
|
|
postcss.config.js
|
|
|
|
# miscellaneous
|
|
.github/
|
|
.lighthouseci/
|
|
.netlify/
|
|
.now/
|
|
.vercel/
|
|
.vscode/
|
|
LICENSE.md
|