mirror of
https://github.com/jakejarvis/domainstack.io.git
synced 2026-09-11 05:05:34 -04:00
60 lines
629 B
Plaintext
60 lines
629 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.pnpm-store
|
|
|
|
# Testing
|
|
coverage
|
|
__screenshots__
|
|
test-results
|
|
.vitest
|
|
.vitest-attachments
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
|
|
# Production
|
|
build
|
|
dist
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# SWC
|
|
.swc
|
|
|
|
# Workflow SDK
|
|
.workflow-data
|
|
**/.well-known/workflow
|
|
|
|
# next-agents-md
|
|
.next-docs/
|