workspaces_registry_template/.gitignore

48 lines
461 B
Plaintext
Raw Normal View History

2022-12-14 15:03:50 +00:00
# build output
dist
2023-01-10 13:40:27 +00:00
public
2022-12-14 15:03:50 +00:00
.next
target
packages/next/wasm/@next
out
site/public/icons
site/public/list.json
2022-12-14 15:03:50 +00:00
# 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/