Skip to content

Commit

Permalink
add .gitignore content
Browse files Browse the repository at this point in the history
  • Loading branch information
jefeish committed Apr 24, 2024
1 parent d06bcc4 commit f0c77be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# dependencies
/node_modules
*/**/node_modules
/.pnp
.pnp.js

Expand Down
1 change: 1 addition & 0 deletions demos/copilot-prompt-engineering-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Step 1: Requirements


- Open the `copilot-fundamentals-training` Repo
- Go to the `/demos/Node-calculator/solutions` folder and run `npm install`
- Go to the `/demos/Node-calculator/solutions/tests` folder and open the `calculator.test.js` file
Expand Down

0 comments on commit f0c77be

Please sign in to comment.