diff --git a/ignored/legacy.ts b/ignored/legacy.ts index fb7d518bd..1e3e9ab8f 100644 --- a/ignored/legacy.ts +++ b/ignored/legacy.ts @@ -1,3 +1,4 @@ import { zebra } from './zebra'; import { alpha } from './alpha'; void zebra; void alpha; +// staged ignored change diff --git a/partial.ts b/partial.ts index 9b439571d..30eff13f8 100644 --- a/partial.ts +++ b/partial.ts @@ -1,2 +1,2 @@ -const original = 1; +const original={value:1} const keep = 2; diff --git a/sample.ts b/sample.ts index d93acb27d..b1d24bdef 100644 --- a/sample.ts +++ b/sample.ts @@ -1,5 +1,4 @@ -import { alpha } from './alpha'; import { zebra } from './zebra'; - -void alpha; -void zebra; +import { alpha } from './alpha'; +const staged={value:1} +void zebra; void alpha; void staged; diff --git a/tracked.txt b/tracked.txt new file mode 100644 index 000000000..180b47c18 --- /dev/null +++ b/tracked.txt @@ -0,0 +1 @@ +baseline