© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sameer Faridi
Writing about mistakes || Best practices in Web Development.
make .gitignore file. add node_modules/ line to gitignore file Follow those command git rm -r --cached . git add . git commit -m "remove nodeModules files (by sameerkali)" git push -f
No responses yet.