Skip to content

Commit

Permalink
Jetbrains passthroughs. (#8560)
Browse files Browse the repository at this point in the history
### Description

<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

---------

Co-authored-by: Chris Olszewski <[email protected]>
  • Loading branch information
anthonyshew and chris-olszewski committed Jun 20, 2024
1 parent 7044e5b commit c3ff8c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/turborepo-lib/src/task_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ impl<'a> TaskHasher<'a> {
"COLORTERM",
"TERM",
"TERM_PROGRAM",
// Jetbrains IDE
"JB_IDE_*",
"JB_INTERPRETER",
"_JETBRAINS_TEST_RUNNER_RUN_SCOPE_TYPE",
// Vercel specific
"VERCEL_*",
"NEXT_*",
Expand Down

0 comments on commit c3ff8c3

Please sign in to comment.