Skip to content

Commit

Permalink
review: make gitignore more concise 😋
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Aug 1, 2024
1 parent f1856a0 commit c409d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ build/**
.next/**
dist/*
!dist/README.md
**/.DS_Store
3 changes: 0 additions & 3 deletions packages/vsce/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.DS_Store
resources/.DS_Store

node_modules/
dist/
lib/
Expand Down
4 changes: 2 additions & 2 deletions packages/vsce/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import { getInquireProgramCommand } from "./commands/inquireProgram";
import { Logger } from "@zowe/imperative";

/**
* Initialises extension
* Initializes the extension
* @param context
* @returns
*/
Expand Down Expand Up @@ -110,7 +110,7 @@ export async function activate(context: ExtensionContext) {
logger.debug("Zowe Explorer was modified for the CICS Extension.");
} catch (error) {
console.log(error);
logger.error("IBM CICS for Zowe Explorer was not initiliaized correctly");
logger.error("IBM CICS for Zowe Explorer was not initialized correctly");
return;
}
} else {
Expand Down

0 comments on commit c409d92

Please sign in to comment.