Answer the question
In order to leave comments, you need to log in
What files and folders of the project should be uploaded to GitHub?
Hello! I had a question about the processes of creating a remote repository and what files to upload there.
I have a #src folder in which the project is stored, which in turn is divided into a folder with js, sccs, img. The project is built using Gulp. And at the end of the work, I have:
- #src folder
- gulpfile.js
- package-lock.json
- package.json
- node_modules
- project folder with minified css and js.
Which of these should I upload to the remote repository, and which should not?
Answer the question
In order to leave comments, you need to log in
The question is not so much about GitHub, but about the version control system. What should be included and what should not. In theory, there should be all the text files that we edit with our hands, and everything that is needed to build the project. So that you can clone the repository for yourself, press the button, and everything that was missing was collected.
If by file type:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question