17 lines
214 B
Plaintext
17 lines
214 B
Plaintext
.direnv/
|
|
/result
|
|
|
|
# Ignore all files without extension
|
|
*
|
|
!*.*
|
|
!*/
|
|
|
|
# Unignore specific extensionless files
|
|
!justfile
|
|
|
|
# Rust build artifacts
|
|
/target/
|
|
|
|
# TUI example reference (HTML/JSX prototype)
|
|
docs/tui-example/
|