From c507bb982d6549fc1066e069a3f0bab50a1397ae Mon Sep 17 00:00:00 2001 From: Shengkai Lin Date: Sun, 1 Feb 2026 13:26:50 +0800 Subject: [PATCH] chore(git): remove codemap files from tracking and add to gitignore - Remove 13 codemap.md files from git index (Plugins/Flow.Launcher.Plugin.Explorer) - Add **/codemap.md pattern to .gitignore - Add .slim/ to .gitignore --- .gitignore | 3 ++- .../Exceptions/codemap.md | 19 ------------------- .../Helper/codemap.md | 19 ------------------- .../Search/DirectoryInfo/codemap.md | 19 ------------------- .../Search/Everything/Exceptions/codemap.md | 19 ------------------- .../Search/Everything/codemap.md | 19 ------------------- .../Search/IProvider/codemap.md | 19 ------------------- .../Search/QuickAccessLinks/codemap.md | 19 ------------------- .../Search/WindowsIndex/codemap.md | 19 ------------------- .../Search/codemap.md | 19 ------------------- .../ViewModels/codemap.md | 19 ------------------- .../Views/Avalonia/codemap.md | 19 ------------------- .../Views/codemap.md | 19 ------------------- .../Flow.Launcher.Plugin.Explorer/codemap.md | 19 ------------------- 14 files changed, 2 insertions(+), 248 deletions(-) delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Exceptions/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Helper/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/DirectoryInfo/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/IProvider/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/QuickAccessLinks/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Search/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Views/codemap.md delete mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/codemap.md diff --git a/.gitignore b/.gitignore index a293100e6..fc0dd9fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -304,4 +304,5 @@ Output-Performance.txt # vscode .vscode -.history \ No newline at end of file +.history**/codemap.md +.slim/ diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Exceptions/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Exceptions/codemap.md deleted file mode 100644 index cb51ed434..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Exceptions/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Exceptions/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Helper/codemap.md deleted file mode 100644 index c262d8db4..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Helper/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Helper/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/DirectoryInfo/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/DirectoryInfo/codemap.md deleted file mode 100644 index 7e2379493..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/DirectoryInfo/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/DirectoryInfo/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/codemap.md deleted file mode 100644 index acfd3365f..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/codemap.md deleted file mode 100644 index 0fe828bae..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/IProvider/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/IProvider/codemap.md deleted file mode 100644 index da9327288..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/IProvider/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/IProvider/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/QuickAccessLinks/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/QuickAccessLinks/codemap.md deleted file mode 100644 index c163b125d..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/QuickAccessLinks/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/QuickAccessLinks/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/codemap.md deleted file mode 100644 index ed7a11978..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Search/codemap.md deleted file mode 100644 index d0c67afe1..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Search/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/codemap.md deleted file mode 100644 index f55400af2..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/codemap.md deleted file mode 100644 index 8c892edfe..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Views/Avalonia/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/Views/codemap.md deleted file mode 100644 index 422e403f6..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/Views/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - - diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/codemap.md b/Plugins/Flow.Launcher.Plugin.Explorer/codemap.md deleted file mode 100644 index 691d38506..000000000 --- a/Plugins/Flow.Launcher.Plugin.Explorer/codemap.md +++ /dev/null @@ -1,19 +0,0 @@ -# Plugins/Flow.Launcher.Plugin.Explorer/ - - - -## Responsibility - - - -## Design - - - -## Flow - - - -## Integration - -