Skip to content

Commit b7c24e9

Browse files
authored
Updates demo to a product details example (vercel-labs#1)
1 parent 110e03c commit b7c24e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2680
-1687
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/node_modules
55
/.pnp
66
.pnp.js
7+
/.yarn
78

89
# testing
910
/coverage
@@ -18,7 +19,6 @@
1819
# misc
1920
.DS_Store
2021
*.pem
21-
.vscode
2222

2323
# debug
2424
npm-debug.log*
@@ -27,7 +27,11 @@ yarn-error.log*
2727
.pnpm-debug.log*
2828

2929
# local env files
30-
.env*.local
30+
.env*
31+
!.env*.example
3132

3233
# vercel
3334
.vercel
35+
36+
# typescript
37+
*.tsbuildinfo

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.next

app/components/footer.tsx

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)