1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:08:27 -04:00
jarv.is/.gitignore

45 lines
498 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*
# yarn berry
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# 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