Files
2026-05-08 12:35:33 +02:00

20 lines
295 B
Plaintext

.direnv/
/result
# Ignore all files without extension
*
!*.*
!*/
# Unignore specific extensionless files
!justfile
# Generated by git-hooks.nix (contains nix store paths)
.pre-commit-config.yaml
# Rust build artifacts
/target/
# TUI example reference (HTML/JSX prototype)
docs/tui-example/