Skip to content

Commit 558de2f

Browse files
committed
feat: add VP_* to DEFAULT_UNTRACKED_ENV
1 parent 2663222 commit 558de2f

File tree

1 file changed

+2
-0
lines changed
  • crates/vite_task_graph/src/config

1 file changed

+2
-0
lines changed

crates/vite_task_graph/src/config/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ pub const DEFAULT_UNTRACKED_ENV: &[&str] = &[
397397
"COMPOSE_*",
398398
// Playwright specific
399399
"PLAYWRIGHT_*",
400+
// Vite+ internal (not fingerprinted — internal state, not build-affecting)
401+
"VP_*",
400402
// Token patterns
401403
"*_TOKEN",
402404
];

0 commit comments

Comments
 (0)