Rollup merge of #93551 - GuillaumeGomez:ignore-package-json, r=Mark-Simulacrum

Add package.json in gitignore

It happened a few times (last one is https://github.com/rust-lang/rust/pull/93537/files#r796757998) so I think it's fine to ignore this file to prevent it to happen again in the future. :)

r? ```@Mark-Simulacrum```
This commit is contained in:
Matthias Krüger 2022-02-04 14:59:00 +01:00 committed by GitHub
commit 3876cb6b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -71,6 +71,7 @@ __pycache__/
## Node
node_modules
package-lock.json
package.json
## Rustdoc GUI tests
src/test/rustdoc-gui/src/**.lock