Skip to content

Commit 2f7f98d

Browse files
committed
init
1 parent 5bc5452 commit 2f7f98d

File tree

123 files changed

+48942
-1
lines changed

Some content is hidden

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

123 files changed

+48942
-1
lines changed

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/.idea
2+
/.backup
3+
/.yarn
4+
5+
# Dependencies
6+
/node_modules
7+
8+
# Production
9+
/build
10+
11+
# Generated files
12+
.docusaurus
13+
.cache-loader
14+
15+
# Misc
16+
.DS_Store
17+
.env.local
18+
.env.development.local
19+
.env.test.local
20+
.env.production.local
21+
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*

.pnp.cjs

+29,950
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)