Skip to content

Commit 65c76c1

Browse files
committed
chore: add nextjs example.
1 parent 250ec77 commit 65c76c1

File tree

340 files changed

+2377
-27029
lines changed

Some content is hidden

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

340 files changed

+2377
-27029
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 425 deletions
Large diffs are not rendered by default.

.github/workflows/pr.yml

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

.gitignore

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,41 @@
1-
build
2-
dist
3-
lib
4-
cjs
5-
esm
6-
node_modules
7-
coverage
8-
npm-debug.log*
9-
package-lock.json
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/versions
12+
13+
# testing
14+
/coverage
15+
16+
# next.js
17+
/.next/
18+
/out/
19+
20+
# production
21+
/build
1022

11-
.eslintcache
23+
# misc
1224
.DS_Store
13-
.cache
14-
.rdoc-dist
15-
16-
*.log
17-
*.bak
18-
*.tem
19-
*.temp
20-
#.swp
21-
*.*~
22-
~*.*
25+
*.pem
26+
27+
# debug
28+
npm-debug.log*
29+
yarn-debug.log*
30+
yarn-error.log*
31+
.pnpm-debug.log*
32+
33+
# env files (can opt-in for committing if needed)
34+
.env*
35+
36+
# vercel
37+
.vercel
38+
39+
# typescript
40+
*.tsbuildinfo
41+
next-env.d.ts

.gitpod.yml

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

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
This file was deleted.

.lintstagedrc

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

.prettierignore

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

.prettierrc

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

LICENSE

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

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)