Skip to content

Commit 0f825b0

Browse files
authored
Merge pull request #58 from pomber/code-surfer-v2
Code Surfer v3
2 parents 756ea1c + b99c60c commit 0f825b0

File tree

259 files changed

+34492
-11943
lines changed

Some content is hidden

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

259 files changed

+34492
-11943
lines changed

.forkbox/config.json

-19
This file was deleted.

.forkbox/dev.dockerfile

-49
This file was deleted.

.gitignore

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
*.log
2+
.DS_Store
13
node_modules
4+
.cache
5+
.rts2_cache_cjs
6+
.rts2_cache_esm
7+
.rts2_cache_umd
28
dist
3-
yarn-error.log
4-
5-
talk.mdx
6-
draft.mdx
7-
talk
8-
9-
.docz
10-
/docs
9+
build
10+
notes.md
11+
*.tgz
12+
sites/demo/public
13+
sites/docs/public

.prettierrc

-14
This file was deleted.

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"files.exclude": {
4+
"**/.rts2_cache*": true
5+
}
6+
}

fixtures/react-docs/docs.mdx

-90
This file was deleted.

fixtures/react-docs/doczrc.js

-7
This file was deleted.

fixtures/react-docs/package.json

-19
This file was deleted.

fixtures/sample/package.json

-14
This file was deleted.

fixtures/sample/sample.mdx

-147
This file was deleted.

0 commit comments

Comments
 (0)