Skip to content

Commit 3876cb6

Browse files
authored
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```
2 parents c77f0a4 + ed88e61 commit 3876cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ __pycache__/
7171
## Node
7272
node_modules
7373
package-lock.json
74+
package.json
7475

7576
## Rustdoc GUI tests
7677
src/test/rustdoc-gui/src/**.lock

0 commit comments

Comments
 (0)