V
V
Vladimir2021-02-06 19:25:39
git
Vladimir, 2021-02-06 19:25:39

Will gitignore interfere with the project?

Hello!
Tell me please!
Let's say the situation is:
There is a project on github along with a file .gitignore, and I need to transfer this project to my computer. Accordingly, I copy the link from the remote repository and write the command in the terminal git clonealong with the URL and the name of the folder where I clone the project. The whole project is transferred to the computer, but is it necessary to register any other dependencies? After all .gitignore, he didn't just lay there. If there was a node_modules folder, will it appear on my computer or do I need some other commands?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-02-06
@onlyJavaScriptProgrammer

Gitignore simply disallows committing ignored files. You will be able to work with the project normally

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question