78 lines
995 B
Plaintext
78 lines
995 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# prisma
|
|
# /prisma/migrations/ # Now tracked in Git for deployment
|
|
|
|
# docker
|
|
docker-compose.override.yml
|
|
*.sql
|
|
!prisma/migrations/**/*.sql
|
|
/backups/
|
|
|
|
# logs
|
|
logs
|
|
*.log
|
|
|
|
# project-specific
|
|
Leads/
|
|
/marketing/
|
|
output/
|
|
remotion/
|
|
|
|
# local dev script
|
|
dev-server.js
|
|
.gstack/
|
|
|
|
# atom-eve agent build/runtime artifacts
|
|
/.output/
|
|
/.eve/
|
|
/.workflow-data/
|
|
|
|
.env.meta
|
|
|
|
# Local temporary files, test scripts, and reports
|
|
tmp/
|
|
.codex-temp/
|
|
*.report.html
|
|
*.report.json
|
|
tmp_*.js
|
|
test_email.py
|
|
meta-fix.js
|
|
read-inbox.mjs
|
|
quora_antwort_statisch_dynamisch.txt
|