aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Keep compile_info.rs in git and reorder deploy checks魏曹先生2026-03-211-1/+0
| | | | | | | | Remove compile_info.rs from .gitignore to keep it in version control, preventing test failures when the template hasn't been processed yet. Also reorder deployment script checks to verify git status before running tests, ensuring a clean state before testing begins.
* Add completions system for shell autocompletion魏曹先生2026-03-151-0/+1
|
* Add converter module and update documentation魏曹先生2026-03-141-0/+1
|
* Ignore todo text files魏曹先生2026-02-051-0/+3
|
* Refactor build system and implement complete renderer system魏曹先生2026-02-041-0/+1
| | | | | | | | | - Split monolithic build.rs into modular async generators - Add renderer override system with type-safe dispatch - Implement command template macro for consistent command definitions - Add proc-macro crates for command and renderer systems - Reorganize directory structure for better separation of concerns - Update documentation to reflect new architecture
* Reorganize command modules under a unified cmds directory魏曹先生2026-01-271-6/+6
|
* Rename arguments module to args and update auto-collect config魏曹先生2026-01-241-4/+4
|
* Move setup scripts to scripts/setup directory魏曹先生2026-01-241-1/+1
|
* Move deployment scripts to scripts/dev directory魏曹先生2026-01-241-0/+6
|
* Ignore generated source files in build system魏曹先生2026-01-241-0/+8
|
* Rename generated files with leading underscore魏曹先生2026-01-231-2/+1
| | | | | | | - Rename template files to have .template extension - Rename generated source files to start with underscore - Update .gitignore to ignore all files starting with underscore - Update build.rs and deploy.ps1 to reflect new names
* Fix: convert renderer_list to .rs to stop RA false errors魏曹先生2026-01-231-1/+1
|
* Add renderer system and implement status command魏曹先生2026-01-221-0/+1
|
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-1/+1
|
* Refactor CLI command processing with new architecture魏曹先生2026-01-221-0/+1
|
* Rename export directory to deploy and move templates魏曹先生2026-01-071-5/+3
|
* Add Windows installer script generation to build processWeicao-CatilGrass2025-12-101-0/+3
| | | | | | | - Generate Inno Setup installer script from template at build time - Extract author and homepage from Cargo.toml for script customization - Add generated installer script to .gitignore to avoid committing build artifacts
* Add PowerShell support for completions and entry scripts魏曹先生2025-11-231-0/+3
| | | | | | | - 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
* Add compile-time version and build information魏曹先生2025-11-041-0/+3
| | | | | | | - Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git
* Add target directory to gitignore魏曹先生2025-10-271-0/+3
|
* First魏曹先生2025-09-211-10/+4
|
* Update .gitignore魏曹先生2025-09-011-1/+1
|
* Initial commit魏曹先生2025-09-011-0/+21