7 ms·
Because it's insufficient? https://github.com/github/gitignore/blob/main/Rust.gitignore https://github.com/github/gitignore/blob/main/Rust.gitignore for exampl
by piker 13d ago
Because it's insufficient?
https://github.com/github/gitignore/blob/main/Rust.gitignore https://github.com/github/gitignore/blob/main/Rust.gitignore for example still falls victim to basically all of the issues specifically called out.
- aleqs 13d agoI use alint [0][1] to define and enforce rules about files/globs that should or shouldn't be committed, among other things. You can configure it run as a pre-commit hook or in CI. (disclaimer - this is my own tool) [0] https://github.com/asamarts/alint https://github.com/asamarts/alint [1] https://alint.org/docs/rules/git-hygiene/git_no_denied_paths/ https://alint.org/docs/rules/git-hygiene/git_no_denied_paths...