mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 14:38:30 -04:00
21 lines
308 B
Plaintext
21 lines
308 B
Plaintext
# Hugo/Webpack stuff that doesn't play well with Prettier
|
|
assets/**/vendor/
|
|
assets/jsconfig.json
|
|
layouts/
|
|
static/
|
|
hugo_stats.json
|
|
webpack_stats.json
|
|
data/manifest.json
|
|
|
|
# output from Hugo
|
|
public/
|
|
builds/
|
|
resources/
|
|
_vendor/
|
|
|
|
# miscellaneous
|
|
.vercel/
|
|
.lighthouseci/
|
|
.vscode/
|
|
/content/notes/dark-mode/example/
|