From c80f78fd36d1e4b9254479c7b99777a8773e3e6e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 23 Nov 2025 14:22:31 +0800 Subject: Add PowerShell support for completions and entry scripts - Rename cargo alias from `pub` to `export` for clarity - Update publish target directory path - Add PowerShell completion scripts and entry points - Reorganize configuration with section headers - Add export directory to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2301476..a3e2496 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,8 @@ # Target directory /target/ +# Export directory +/export/ + # Compile info /src/data/compile_info.rs -- cgit