mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 15:08:27 -04:00
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
36 lines
395 B
Plaintext
36 lines
395 B
Plaintext
# Hugo artifacts
|
|
public/
|
|
builds/
|
|
_vendor/
|
|
hugo_stats.json
|
|
|
|
# webpack artifacts
|
|
data/manifest.json
|
|
static/assets/
|
|
|
|
# node/npm/yarn
|
|
node_modules/
|
|
package-lock.json
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Lighthouse CI
|
|
.lighthouseci/
|
|
|
|
# here be secrets
|
|
.env
|
|
.env.prod*
|
|
|
|
# macOS/iCloud junk
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
*.icloud
|
|
.nosync
|
|
|
|
# local Vercel config
|
|
.vercel
|