zellij/.gitignore
Canop 25d9ce8b9c
simplify .gitignore (#783)
`/target` is useless when there's already `**/target`.

And `**/target` should be written just `target`.

And to be more precise, what's really wanted here is
to match the "target" *directory* everywhere so the
best rule is `target/`.
2021-10-18 10:46:00 +02:00

7 lines
59 B
Plaintext

target/
*.new
.vscode
.vim
.DS_Store
/assets/man/zellij.1