-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
It's generally considered best practice not to commit node_modules and instead list the node_modules
directory in a .gitignore
file.
An example .gitignore
for Cypress could be
node_modules
cypress/downloads
cypress/screenshots
cypress/videos
.vscode
.DS_Store
Related
Metadata
Metadata
Assignees
Labels
No labels