Skip to content

Commit bede514

Browse files
committed
Add initial dokusaurus project
1 parent 6b3fec4 commit bede514

555 files changed

Lines changed: 21753 additions & 305358 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/
5-
.DS_Store
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
65
/build
7-
/captures
8-
.externalNativeBuild
9-
.cxx
10-
*/.attach_pid*
11-
fastlane/*
12-
!fastlane/join-testers.png
13-
!fastlane/metadata
14-
Gemfile*
15-
*.sh
16-
!generate-changelogs.sh
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*
17 Bytes
Binary file not shown.
86.4 KB
Binary file not shown.
273 KB
Binary file not shown.

.gradle/8.9/dependencies-accessors/gc.properties

Whitespace-only changes.
37.8 MB
Binary file not shown.
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
1.8 MB
Binary file not shown.
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)