aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove ZIP template packaging and use directories魏曹先生6 days1-3/+0
| | | | | | Replace the ZIP-based template archive workflow with direct directory copying. Delete the `package-mling-tmpls` tool and remove the `zip` dependency.
* chore: add template packaging tool and ignore templates dir魏曹先生7 days1-0/+3
|
* chore: ignore __*.rs files魏曹先生12 days1-0/+1
|
* chore: ignore draft Python files魏曹先生12 days1-0/+1
|
* feat: add coverage test runner script魏曹先生2026-07-201-0/+3
| | | | | | Add a helper script `.run/src/bin/cov-test.rs` that generates HTML coverage reports using `cargo llvm-cov` and moves the output files to the `docs/cov-test/` directory
* chore: remove obsolete gitignore entry for Cargo.toml.bkup魏曹先生2026-07-171-3/+0
|
* feat: add deploy-api-docs tool for building crate docs with docs.rs魏曹先生2026-07-171-2/+5
| | | | features
* feat(release): add workspace release script and refactor run_cmd helpers魏曹先生2026-07-111-0/+3
|
* chore: add nul to .gitignore魏曹先生2026-07-101-0/+3
|
* chore: clean up gitignore and remove dangling symlinks魏曹先生2026-06-281-2/+2
|
* fix(test): rename test and update pattern analyzer usage魏曹先生2026-06-281-0/+1
| | | | | | Rename `test_pattern_analyzer` to clarify it runs once and update the analyzer initialization to match the new API without adding a pattern manually
* feat(mingling_pathf): add module path resolution and error handling魏曹先生2026-06-281-0/+3
| | | | | | | 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.
* Add Windows folder hide script with throttled checkWeicao-CatilGrass2026-05-061-0/+3
|
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+1