mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 19:30:29 -04:00
22 lines
249 B
Plaintext
22 lines
249 B
Plaintext
# Hugo stuff that doesn't play well with Prettier
|
|
assets/vendor/
|
|
layouts/
|
|
static/
|
|
|
|
# output from Hugo
|
|
public/
|
|
builds/
|
|
resources/
|
|
_vendor/
|
|
|
|
# dotfiles/config
|
|
.*
|
|
postcss.config.js
|
|
|
|
# miscellaneous
|
|
.github/
|
|
.lighthouseci/
|
|
.netlify/
|
|
.vscode/
|
|
LICENSE.md
|