Skip to content

Commit a390225

Browse files
committed
first commit
0 parents  commit a390225

Some content is hidden

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

47 files changed

+42081
-0
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Dependency directories
2+
/node_modules
3+
/.pnp
4+
.pnp.js
5+
6+
# Yarn Integrity file
7+
.yarn-integrity
8+
9+
# Yarn Offline Mirror files
10+
.yarn/cache
11+
.yarn/unplugged
12+
.yarn/build-state.yml
13+
.yarn/install-state.gz
14+
.yarn/plugins
15+
16+
# Production build
17+
/build
18+
19+
# Docusaurus generated files
20+
.docusaurus
21+
.cache-loader
22+
23+
# Next.js build output (if applicable in your setup)
24+
/.next
25+
26+
# Environment variables
27+
.env.local
28+
.env.development.local
29+
.env.test.local
30+
.env.production.local
31+
32+
# Miscellaneous
33+
.DS_Store
34+
npm-debug.log*
35+
yarn-debug.log*
36+
yarn-error.log*

.pnp.cjs

Lines changed: 26482 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)