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

31 lines
334 B
Plaintext

# next.js
/.next/
/out/
# generated at build-time by next-sitemap
public/sitemap.xml
# node/npm/yarn
node_modules/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# here be secrets
*.env*
!.env.example
*.pem
# macOS/iCloud junk
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
*.icloud
.nosync
# vercel
.vercel