mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:15:30 -04:00
+14
-15
@@ -1,15 +1,10 @@
|
||||
# Hugo artifacts
|
||||
public/
|
||||
builds/
|
||||
_vendor/
|
||||
assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
.hugo_build.lock
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# webpack output
|
||||
static/assets/
|
||||
data/manifest.json
|
||||
webpack_stats.json
|
||||
# generated at build-time by next-sitemap
|
||||
public/robots.txt
|
||||
public/sitemap.xml
|
||||
|
||||
# node/npm/yarn
|
||||
node_modules/
|
||||
@@ -18,12 +13,10 @@ npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Lighthouse CI
|
||||
.lighthouseci/
|
||||
|
||||
# here be secrets
|
||||
*.env*
|
||||
!.env.example
|
||||
*.pem
|
||||
|
||||
# macOS/iCloud junk
|
||||
.DS_Store
|
||||
@@ -34,5 +27,11 @@ yarn-error.log*
|
||||
*.icloud
|
||||
.nosync
|
||||
|
||||
# local Vercel config
|
||||
# local env files
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user