1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:08:27 -04:00
jarv.is/.gitignore
Jake Jarvis 363b4edf1c
shift asset processing to webpack (#424)
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
2021-06-19 17:19:01 -04:00

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