jj/.gitignore
Gaëtan Lehmann 1e1decb594 dev: add mise config
The [vars] section is used to define the tool versions, and the tools
are only declared in each task in order to be able to run a task and
install only the required dependencies. This way

  mise build:docs

only install the docs dependencies, but not the rust toolchain.

The task are organized hierarchically, allowing to run all of the tasks
in a category, for example with

  mise run "check:*"

Some aliases for the most common tasks are defined in order to keep the
command line short and easy to type. For example use

  mise test squash

to run all the squash tests.

Co-authored-by: Emily <artyom@artyom.me>
2025-09-04 08:33:03 +00:00

30 lines
537 B
Text

/target/
/rendered-docs
.direnv
.envrc
# Generated by nix build, nix-build
result
# Generated by the insta crate
*.pending-snap
*.snap*
!cli/tests/cli-reference@.md.snap
# Per user insta settings.
# See https://insta.rs/docs/settings/#tool-config-file for details.
.config/insta.yaml
# Per user mise config
mise.local.toml
# mkdocs
/.venv
/.python-version
# Editor specific ignores
.idea
.vscode
.zed
# Generated by setting `JJ_TRACE` environment variable.
jj-trace-*.json
# To make working on buck2 easier (#1997, #4413)
/buck-out/