1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 18:28:26 -04:00
jarv.is/.gitignore
2021-12-30 08:18:41 -05:00

38 lines
441 B
Plaintext

# next.js
.next/
out/
# generated at build-time by next-sitemap
public/robots.txt
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
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel