summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
48 hoursKeep compile_info.rs in git and reorder deploy checksdeploy/nightly魏曹先生
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.
9 daysAdd completions system for shell autocompletion魏曹先生
9 daysAdd converter module and update documentation魏曹先生
2026-02-05Ignore todo text files魏曹先生
2026-02-04Refactor build system and implement complete renderer system魏曹先生
- 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
2026-01-27Reorganize command modules under a unified cmds directory魏曹先生
2026-01-24Rename arguments module to args and update auto-collect config魏曹先生
2026-01-24Move setup scripts to scripts/setup directory魏曹先生
2026-01-24Move deployment scripts to scripts/dev directory魏曹先生
2026-01-24Ignore generated source files in build system魏曹先生
2026-01-23Rename generated files with leading underscore魏曹先生
- 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
2026-01-23Fix: convert renderer_list to .rs to stop RA false errors魏曹先生
2026-01-22Add renderer system and implement status command魏曹先生
2026-01-22Rename subcmd module to cmd and update references魏曹先生
2026-01-22Refactor CLI command processing with new architecture魏曹先生
2026-01-07Rename export directory to deploy and move templates魏曹先生
2025-12-10Add Windows installer script generation to build processWeicao-CatilGrass
- 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
2025-11-23Add 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
2025-11-04Add compile-time version and build information魏曹先生
- 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
2025-10-27Add target directory to gitignore魏曹先生
2025-09-21First魏曹先生
2025-09-01Update .gitignore魏曹先生
2025-09-01Initial commit魏曹先生