From 3423840fe9711985f2460d5ff59505ccd94c758d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 09:41:48 +0800 Subject: chore: clean up gitignore and remove dangling symlinks --- .gitignore | 4 ++-- minglingmingling_pathfLICENSE-APACHE | 1 - minglingmingling_pathfLICENSE-MIT | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 120000 minglingmingling_pathfLICENSE-APACHE delete mode 120000 minglingmingling_pathfLICENSE-MIT diff --git a/.gitignore b/.gitignore index c2c7b5b..53ca6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ .temp -__*/ # Temp file for dev_tools/scripts/windows-folder-hide.ps1 dev_tools/scripts/last_check -# Draft Markdown +# Drafts __*.md +__*/ diff --git a/minglingmingling_pathfLICENSE-APACHE b/minglingmingling_pathfLICENSE-APACHE deleted file mode 120000 index 3be4b3c..0000000 --- a/minglingmingling_pathfLICENSE-APACHE +++ /dev/null @@ -1 +0,0 @@ -..LICENSE-APACHE \ No newline at end of file diff --git a/minglingmingling_pathfLICENSE-MIT b/minglingmingling_pathfLICENSE-MIT deleted file mode 120000 index 3d3baa8..0000000 --- a/minglingmingling_pathfLICENSE-MIT +++ /dev/null @@ -1 +0,0 @@ -..LICENSE-MIT \ No newline at end of file -- cgit