mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 18:28:26 -04:00
39 lines
454 B
Plaintext
39 lines
454 B
Plaintext
# Hugo artifacts
|
|
public/
|
|
builds/
|
|
_vendor/
|
|
assets/jsconfig.json
|
|
hugo_stats.json
|
|
.hugo_build.lock
|
|
|
|
# webpack output
|
|
static/assets/
|
|
data/manifest.json
|
|
webpack_stats.json
|
|
|
|
# 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.example
|
|
|
|
# macOS/iCloud junk
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
*.icloud
|
|
.nosync
|
|
|
|
# local Vercel config
|
|
.vercel
|