Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

231
Views
how do i upload my React project to GitHub without including the node modules folder

I want to upload my React Project to GitHub but I want to exclude the node modules folder, how do I do that ?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Create a .gitignore file at the root of your project and add this line:

/node_modules

You can learn more here: https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

about 4 years ago · Juan Pablo Isaza Report

0

Just add a .gitignore file at the root folder/directory of your project and the add node_modules folder to ensure that it is not pushed to your remote repository.

enter image description here

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!