aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-28 05:24:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-28 05:24:31 +0800
commit0c97eee05e8cd99b17ad17827d79afa739957db1 (patch)
tree780d8a2b0c576eac8b2f56a2a30a24f7395cf97d /.gitignore
parent69250e8f99c16c70ffe04fccf3192eb648f6e4f5 (diff)
feat(mingling_pathf): add module path resolution and error handling
Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index de7d04e..425a588 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@
# Temp file for dev_tools/scripts/windows-folder-hide.ps1
dev_tools/scripts/last_check
+
+# Draft Markdown
+__*.md