Skip to content

Commit 1adbcee

Browse files
committed
remove unnecessary files after refactor
1 parent 73e0a3a commit 1adbcee

File tree

9 files changed

+14
-75
lines changed

9 files changed

+14
-75
lines changed

.foam/assets/custom-tag-style.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

.foam/templates/daily-note.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.foam/templates/new-note.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "docs/quartz_repo"]
2-
path = docs/quartz_repo
3-
url = https://github.com/jackyzha0/quartz
1+
[submodule "buildtools"]
2+
path = buildtools
3+
url = https://github.com/cesiumlang/cesium-buildtools

.markdownlint-cli2.jsonc

Lines changed: 0 additions & 8 deletions
This file was deleted.

buildtools

Submodule buildtools added at 2061700

cesium.code-workspace

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
],
77
"settings": {
88
"files.exclude": {
9-
"_site/**": true,
10-
"docs/quartz_repo/.github/workflows/**": true,
11-
// "**/node_modules/**": true,
12-
"docs/quartz/**": true
9+
"**/node_modules/**": true,
1310
},
1411
"editor.wrappingIndent": "indent",
1512
// "markdown.styles": ["custom-tag-style.css"]
@@ -21,24 +18,21 @@
2118
}
2219
},
2320
"files.insertFinalNewline": true,
24-
"foam.openDailyNote.onStartup": false,
25-
"foam.edit.linkReferenceDefinitions": "off",
26-
"foam.files.ignore": [
27-
"readme.md",
28-
"docs/quartz/**/*",
29-
"docs/quartz_repo/**/*",
30-
// "docs/private/**/*"
31-
],
32-
"foam.files.newNotePath": "currentDir",
33-
"foam.completion.useAlias": "whenPathDiffersFromTitle",
34-
"foam.preview.embedNoteType": "content-inline",
21+
// "foam.openDailyNote.onStartup": false,
22+
// "foam.edit.linkReferenceDefinitions": "off",
23+
// "foam.files.ignore": [
24+
// "readme.md",
25+
// ],
26+
// "foam.files.newNotePath": "currentDir",
27+
// "foam.completion.useAlias": "whenPathDiffersFromTitle",
28+
// "foam.preview.embedNoteType": "content-inline",
3529
},
3630
"extensions": {
3731
// See http://go.microsoft.com/fwlink/?LinkId=827846
3832
// for the documentation about the extensions.json format
3933
"recommendations": [
4034
// Foam's own extension
41-
"foam.foam-vscode",
35+
// "foam.foam-vscode",
4236

4337
// Tons of markdown goodies (lists, tables of content, so much more)
4438
"yzhang.markdown-all-in-one",

docs/quartz_repo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)