Skip to content

node_modules/ isn't explicitly ignored by Git #69

@francisfuzz

Description

@francisfuzz

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 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions