Forráskód Böngészése

update gitignore file

刘传伟 1 hónapja
szülő
commit
e611bd9f7b

+ 1 - 1
.gitignore

@@ -1,2 +1,2 @@
 .trash
-.obsidian/
+.obsidian

+ 0 - 22
.obsidian/app.json

@@ -1,22 +0,0 @@
-{
-  "readableLineLength": false,
-  "strictLineBreaks": false,
-  "showLineNumber": true,
-  "smartIndentList": false,
-  "autoPairMarkdown": false,
-  "vimMode": true,
-  "attachmentFolderPath": "./imgs",
-  "promptDelete": false,
-  "newFileLocation": "current",
-  "useMarkdownLinks": true,
-  "showInlineTitle": false,
-  "userIgnoreFilters": [
-    "imgs",
-    "/*/imgs",
-    "**/imgs",
-    "/**/imgs",
-    "idea/imgs",
-    "ide/imgs",
-    "/ide/imgs"
-  ]
-}

+ 0 - 11
.obsidian/appearance.json

@@ -1,11 +0,0 @@
-{
-  "accentColor": "",
-  "theme": "obsidian",
-  "baseFontSize": 16,
-  "interfaceFontFamily": "Consolas",
-  "textFontFamily": "Consolas",
-  "monospaceFontFamily": "Consolas",
-  "showViewHeader": false,
-  "nativeMenus": false,
-  "translucency": false
-}

+ 0 - 3
.obsidian/community-plugins.json

@@ -1,3 +0,0 @@
-[
-  "terminal"
-]

+ 0 - 30
.obsidian/core-plugins-migration.json

@@ -1,30 +0,0 @@
-{
-  "file-explorer": true,
-  "global-search": true,
-  "switcher": true,
-  "graph": false,
-  "backlink": true,
-  "canvas": true,
-  "outgoing-link": true,
-  "tag-pane": true,
-  "properties": false,
-  "page-preview": true,
-  "daily-notes": false,
-  "templates": false,
-  "note-composer": true,
-  "command-palette": true,
-  "slash-command": false,
-  "editor-status": true,
-  "bookmarks": true,
-  "markdown-importer": false,
-  "zk-prefixer": false,
-  "random-note": false,
-  "outline": true,
-  "word-count": true,
-  "slides": false,
-  "audio-recorder": false,
-  "workspaces": false,
-  "file-recovery": true,
-  "publish": false,
-  "sync": false
-}

+ 0 - 17
.obsidian/core-plugins.json

@@ -1,17 +0,0 @@
-[
-  "file-explorer",
-  "global-search",
-  "switcher",
-  "backlink",
-  "canvas",
-  "outgoing-link",
-  "tag-pane",
-  "page-preview",
-  "note-composer",
-  "command-palette",
-  "editor-status",
-  "bookmarks",
-  "outline",
-  "word-count",
-  "file-recovery"
-]

+ 0 - 22
.obsidian/graph.json

@@ -1,22 +0,0 @@
-{
-  "collapse-filter": true,
-  "search": "",
-  "showTags": false,
-  "showAttachments": false,
-  "hideUnresolved": false,
-  "showOrphans": true,
-  "collapse-color-groups": true,
-  "colorGroups": [],
-  "collapse-display": true,
-  "showArrow": false,
-  "textFadeMultiplier": 0,
-  "nodeSizeMultiplier": 1,
-  "lineSizeMultiplier": 1,
-  "collapse-forces": true,
-  "centerStrength": 0.518713248970312,
-  "repelStrength": 10,
-  "linkStrength": 1,
-  "linkDistance": 250,
-  "scale": 1,
-  "close": false
-}

+ 0 - 42
.obsidian/hotkeys.json

@@ -1,42 +0,0 @@
-{
-  "outline:open-for-current": [
-    {
-      "modifiers": [
-        "Mod"
-      ],
-      "key": "\\"
-    }
-  ],
-  "workspace:copy-path": [
-    {
-      "modifiers": [
-        "Alt"
-      ],
-      "key": "C"
-    }
-  ],
-  "workspace:close-window": [],
-  "app:open-help": [
-    {
-      "modifiers": [],
-      "key": "F1"
-    }
-  ],
-  "file-explorer:reveal-active-file": [
-    {
-      "modifiers": [
-        "Alt"
-      ],
-      "key": "F1"
-    }
-  ],
-  "editor:insert-link": [],
-  "terminal:open-terminal.select.root": [
-    {
-      "modifiers": [
-        "Mod"
-      ],
-      "key": "Q"
-    }
-  ]
-}

+ 0 - 81
.obsidian/plugins/terminal/data.json

@@ -1,81 +0,0 @@
-{
-  "addToCommand": true,
-  "addToContextMenu": true,
-  "createInstanceNearExistingOnes": true,
-  "errorNoticeTimeout": -1,
-  "exposeInternalModules": true,
-  "focusOnNewInstance": true,
-  "hideStatusBar": "never",
-  "language": "zh-Hans",
-  "newInstanceBehavior": "newHorizontalSplit",
-  "noticeTimeout": -1,
-  "openChangelogOnUpdate": false,
-  "pinNewInstance": true,
-  "preferredRenderer": "dom",
-  "profiles": {
-    "TortoiseGit-Commit": {
-      "args": [],
-      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:commit /path:\"./\"",
-      "name": "TortoiseGit-Commit",
-      "platforms": {
-        "win32": true
-      },
-      "restoreHistory": true,
-      "successExitCodes": [
-        "0",
-        "SIGINT",
-        "SIGTERM"
-      ],
-      "terminalOptions": {},
-      "type": "external"
-    },
-    "TortoiseGit-Pull": {
-      "args": [],
-      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:pull /path:\"./\"",
-      "name": "TortoiseGit-Pull",
-      "platforms": {
-        "win32": true
-      },
-      "restoreHistory": true,
-      "successExitCodes": [
-        "0",
-        "SIGINT",
-        "SIGTERM"
-      ],
-      "terminalOptions": {},
-      "type": "external"
-    },
-    "TortoiseGit-Push": {
-      "args": [],
-      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:push /path:\"./\"",
-      "name": "TortoiseGit-Push",
-      "platforms": {
-        "win32": true
-      },
-      "restoreHistory": true,
-      "successExitCodes": [
-        "0",
-        "SIGINT",
-        "SIGTERM"
-      ],
-      "terminalOptions": {},
-      "type": "external"
-    },
-    "TortoiseGit-Log": {
-      "args": [],
-      "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:Log /path:\"./\"",
-      "name": "TortoiseGit-Log",
-      "platforms": {
-        "win32": true
-      },
-      "restoreHistory": true,
-      "successExitCodes": [
-        "0",
-        "SIGINT",
-        "SIGTERM"
-      ],
-      "terminalOptions": {},
-      "type": "external"
-    }
-  }
-}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 1
.obsidian/plugins/terminal/main.js


+ 0 - 14
.obsidian/plugins/terminal/manifest.json

@@ -1,14 +0,0 @@
-{
-	"author": "polyipseity",
-	"description": "Integrate consoles, shells, and terminals inside Obsidian.",
-	"fundingUrl": {
-		"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
-		"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
-	},
-	"version": "3.14.0",
-	"authorUrl": "https://github.com/polyipseity",
-	"id": "terminal",
-	"isDesktopOnly": false,
-	"minAppVersion": "1.2.8",
-	"name": "Terminal"
-}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 31
.obsidian/plugins/terminal/styles.css


+ 0 - 197
.obsidian/workspace.json

@@ -1,197 +0,0 @@
-{
-  "main": {
-    "id": "3bb7f38db2387d5b",
-    "type": "split",
-    "children": [
-      {
-        "id": "afa0790c1c26da4c",
-        "type": "tabs",
-        "children": [
-          {
-            "id": "125c9c37111746b5",
-            "type": "leaf",
-            "state": {
-              "type": "markdown",
-              "state": {
-                "file": "前端/现代JS技术.md",
-                "mode": "source",
-                "source": false
-              }
-            }
-          }
-        ]
-      }
-    ],
-    "direction": "vertical"
-  },
-  "left": {
-    "id": "6f8969088f47d58a",
-    "type": "split",
-    "children": [
-      {
-        "id": "6491bc61bb169c73",
-        "type": "tabs",
-        "children": [
-          {
-            "id": "620d41c62d442bf0",
-            "type": "leaf",
-            "state": {
-              "type": "file-explorer",
-              "state": {
-                "sortOrder": "alphabetical"
-              }
-            }
-          },
-          {
-            "id": "9adc607dcc07bac9",
-            "type": "leaf",
-            "state": {
-              "type": "search",
-              "state": {
-                "query": "",
-                "matchingCase": false,
-                "explainSearch": false,
-                "collapseAll": false,
-                "extraContext": false,
-                "sortOrder": "alphabetical"
-              }
-            }
-          },
-          {
-            "id": "a97a50757ad954b5",
-            "type": "leaf",
-            "state": {
-              "type": "bookmarks",
-              "state": {}
-            }
-          }
-        ]
-      }
-    ],
-    "direction": "horizontal",
-    "width": 333.5
-  },
-  "right": {
-    "id": "f28ea7a08c39359b",
-    "type": "split",
-    "children": [
-      {
-        "id": "489f410875c56783",
-        "type": "tabs",
-        "children": [
-          {
-            "id": "b7e395c1b494a1ef",
-            "type": "leaf",
-            "state": {
-              "type": "backlink",
-              "state": {
-                "file": "前端/现代JS技术.md",
-                "collapseAll": true,
-                "extraContext": false,
-                "sortOrder": "alphabetical",
-                "showSearch": false,
-                "searchQuery": "",
-                "backlinkCollapsed": false,
-                "unlinkedCollapsed": true
-              }
-            }
-          },
-          {
-            "id": "11012135f9e830db",
-            "type": "leaf",
-            "state": {
-              "type": "outgoing-link",
-              "state": {
-                "file": "前端/现代JS技术.md",
-                "linksCollapsed": false,
-                "unlinkedCollapsed": true
-              }
-            }
-          },
-          {
-            "id": "8df9c62e86e98543",
-            "type": "leaf",
-            "state": {
-              "type": "tag",
-              "state": {
-                "sortOrder": "frequency",
-                "useHierarchy": true
-              }
-            }
-          },
-          {
-            "id": "15cb5a66286e2370",
-            "type": "leaf",
-            "state": {
-              "type": "outline",
-              "state": {
-                "file": "前端/现代JS技术.md"
-              }
-            }
-          }
-        ],
-        "currentTab": 2
-      }
-    ],
-    "direction": "horizontal",
-    "width": 502.5,
-    "collapsed": true
-  },
-  "left-ribbon": {
-    "hiddenItems": {
-      "canvas:新建白板": false,
-      "switcher:打开快速切换": false,
-      "command-palette:打开命令面板": false,
-      "terminal:Open terminal": false
-    }
-  },
-  "active": "125c9c37111746b5",
-  "lastOpenFiles": [
-    "前端/js基础语法.md",
-    "前端/现代JS技术.md",
-    "java/Java8 新特性(二)- Stream.md",
-    "ide/VSCode安装使用指南.md",
-    "nodejs/nodejs学习总结.md",
-    "未命名.canvas",
-    "spring/SpringMvc业务流程.md",
-    "spring/SpringMVC Validate.md",
-    "spring/SpringMVC响应数据忽略null.md",
-    "spring/Spring默认BeanName.md",
-    "spring/权限系统.md",
-    "linux/Linux chkconfig命令详解.md",
-    "Open Source Control View.md",
-    "Open source control view.md",
-    "nodejs/commit.md",
-    "前端/js常用函数.md",
-    "前端/JavaScript运行机制:事件驱动变成详解.md",
-    "windows/win11右键菜单还原.md",
-    "前端/JavaScript和Jquery插件开发指南.md",
-    "java/怎么打印日志?.md",
-    "java/日志/slf4j logger 占位符.md",
-    "linux/Linux常用命令总结.md",
-    "mysql/MySQL常用命令.md",
-    "mysql/MySQL使用总结.md",
-    "mysql/MySQL5.7.30安装指南.md",
-    "中间件/RabiitMQ3.7.24主从环境搭建指南.md",
-    "git/GitLab安装使用指南.md",
-    "中间件",
-    "maven/imgs/image-20200808183443418.png",
-    "maven/imgs/image-20200808175034963.png",
-    "maven/imgs/image-20200808173019643.png",
-    "maven/imgs/image-20200808172951319.png",
-    "maven/imgs/image-20200808172632992.png",
-    "maven/imgs/image-20200808163029711.png",
-    "maven/imgs/image-20200808162545096.png",
-    "maven/imgs/image-20200808162759278.png",
-    "maven/imgs",
-    "webserver/imgs/Image_20200819141049.jpg",
-    "webserver/imgs",
-    "webserver/新建文件夹",
-    "nodejs",
-    "python",
-    "ide/imgs/Pasted image 20240425145935.png",
-    "前端/imgs",
-    "es",
-    "前端"
-  ]
-}

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott