Skip to content

Commit 9f717a9

Browse files
committed
chore: convert to monorepo
1 parent 51b7fd9 commit 9f717a9

File tree

87 files changed

+97
-79
lines changed

Some content is hidden

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

87 files changed

+97
-79
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
5-
/.pnp
4+
node_modules
5+
.pnp
66
.pnp.js
77
.yarn/install-state.gz
88

99
# testing
10-
/coverage
10+
coverage
1111

1212
# next.js
13-
/.next/
14-
/out/
13+
.next/
14+
out/
1515

1616
# production
17-
/build
17+
build
1818

1919
# misc
2020
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)