Skip to content

Commit

Permalink
Rollup merge of rust-lang#135793 - jyn514:gitignore, r=jieyouxu
Browse files Browse the repository at this point in the history
Ignore `mermaid.min.js`

It is very long and tends to match a lot of search queries. It's not useful to show with ripgrep.

Note that this does not actually untrack the file; changes can still be committed (although I suspect it may not have been intentional to commit originally?). This just changes how it interacts with tools that use `.gitignore` as a default filter.

r? rustc-dev-guide
  • Loading branch information
matthiaskrgr authored Jan 21, 2025
2 parents 1f45302 + 9d88b82 commit df3d299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ __pycache__/
node_modules
package-lock.json
package.json
/src/doc/rustc-dev-guide/mermaid.min.js

## Rustdoc GUI tests
tests/rustdoc-gui/src/**.lock
Expand Down

0 comments on commit df3d299

Please sign in to comment.