Initial commit
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# 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/
|
Reference in New Issue
Block a user