summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-23 14:22:31 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-23 14:22:31 +0800
commitc80f78fd36d1e4b9254479c7b99777a8773e3e6e (patch)
tree10b32f072370d1fbe438766e5354d0d99eccd9b3 /.gitignore
parent3f5b8bda0af9e89bc3d454038f8957f217b9ec24 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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