mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:08:26 -04:00
33 lines
347 B
Plaintext
33 lines
347 B
Plaintext
# Hugo artifacts
|
|
public/
|
|
builds/
|
|
_vendor/
|
|
|
|
# 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 Netlify/Zeit config
|
|
.netlify/
|
|
.now/
|
|
.vercel/
|