1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:08:26 -04:00
jarv.is/.gitignore
2022-01-03 20:53:17 -05:00

28 lines
272 B
Plaintext

# next.js
/.next/
/out/
# 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