mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:28:27 -04:00
28 lines
272 B
Plaintext
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
|