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

32 lines
326 B
Plaintext

# next.js
/.next/
# node/npm/pnpm/yarn
node_modules/
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
# vercel
.vercel