Add .gitignore for Node.js #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please add a .gitignore file with standard Node.js patterns (node_modules, dist, .env, etc.) and close this issue when done.
Node.js .gitignore file added with standard patterns:
Issue closed as requested.