1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 16:55:29 -04:00
Files

41 lines
423 B
Plaintext

# next.js
/.next/
# node/npm/pnpm/yarn
node_modules/
.pnpm-store/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
package-lock.json
yarn.lock
# typescript
*.tsbuildinfo
# here be secrets
*.env*
!.env.example
*.pem
# macOS/iCloud junk
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
*.icloud
.nosync
# development database
*.db
*.db-journal
# vercel
.vercel
.env*.local
# next-agents-md
.next-docs/