mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 14:58:25 -04:00
Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
29 lines
383 B
Plaintext
29 lines
383 B
Plaintext
# Hugo stuff that doesn't play well with Prettier
|
|
assets/**/vendor/
|
|
layouts/
|
|
static/
|
|
hugo_stats.json
|
|
data/manifest.json
|
|
|
|
# output from Hugo
|
|
public/
|
|
builds/
|
|
resources/
|
|
_vendor/
|
|
|
|
# dotfiles/config
|
|
.*
|
|
postcss.config.js
|
|
webpack.config.js
|
|
gulpfile.js
|
|
babel.config.json
|
|
|
|
# miscellaneous
|
|
vercel.json
|
|
.vercel/
|
|
.github/
|
|
.lighthouseci/
|
|
.vscode/
|
|
LICENSE.md
|
|
content/notes/dark-mode/example.html
|