workspaces_registry_template/.gitignore

45 lines
414 B
Plaintext
Raw Normal View History

2022-12-14 15:03:50 +00:00
# build output
dist
.next
target
packages/next/wasm/@next
out
# dependencies
node_modules
# logs & pids
*.log
pids
*.cpuprofile
# coverage
.nyc_output
coverage
# test output
test/**/out*
test/**/next-env.d.ts
.DS_Store
/e2e-tests
test/tmp/**
# Editors
**/.idea
**/.#*
.nvmrc
# examples
examples/**/out
examples/**/.env*.local
pr-stats.md
test-timings.json
# Vercel
.vercel
.now
# Cache
*.tsbuildinfo
.swc/