๐Ÿ“ฆ cloudflare / vinext

๐Ÿ“„ .gitignore ยท 26 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26# Generated benchmark app (run `node generate-app.mjs` to create)
app/

# Copies of shared app in each project (generated by generate-app.mjs)
nextjs/app/
vinext/app/
vinext-rolldown/app/

# Build outputs
nextjs/.next/
vinext/dist/
vinext-rolldown/dist/

# Dependencies (each project has its own)
nextjs/node_modules/
vinext/node_modules/
vinext-rolldown/node_modules/

# Lock files
nextjs/package-lock.json
vinext/package-lock.json
vinext-rolldown/package-lock.json

# Next.js generated files
nextjs/next-env.d.ts