copilot-extensions / preview-sdk.js

An SDK that streamlines extension development by automating request verification, response formatting, and API interactions
MIT License
2 stars 7 forks source link

`node_modules/` isn't explicitly ignored by Git #69

Closed francisfuzz closed 1 week ago

francisfuzz commented 1 week ago

Summary

Creating a new Codespace from main, it installs the dependencies. Running git status reveals node_modules/ exists but not tracked:

@francisfuzz ➜ /workspaces/preview-sdk.js (main) $ git status
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        node_modules/

nothing added to commit but untracked files present (use "git add" to track)

For future development, I think this along with the "standard fare" of ignorable files should be put into a .gitignore 😉

github-actions[bot] commented 1 week ago

:tada: This issue has been resolved in version 4.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: