rustc-dev-guide
rustc-dev-guide copied to clipboard
Why is `book.toml` included in `.gitignore` ?
I noticed that while I was trying to find a file book.toml in my VS Code instance, but it seems the editor ignores files mentioned in .gitignores. However, the file is tracked in git history and I'm curious why it's ignored?
CC: @mark-i-m