`/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/`.
6 lines
59 B
Text
6 lines
59 B
Text
target/
|
|
*.new
|
|
.vscode
|
|
.vim
|
|
.DS_Store
|
|
/assets/man/zellij.1
|