We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a3d58 commit b290c61Copy full SHA for b290c61
src/commands.ts
@@ -36,7 +36,6 @@ import {
36
} from "./changelistItems";
37
import { configuration } from "./helpers/configuration";
38
import { selectBranch } from "./branches";
39
-import { IgnorePropertyItem } from "./propertyItems";
40
41
interface CommandOptions {
42
repository?: boolean;
src/propertyItems.ts
0 commit comments