E
E
Evgeny Petryaev2021-08-23 18:45:48
GitLab
Evgeny Petryaev, 2021-08-23 18:45:48

Where and how to create a git ignore file?

There is an existing rap on gitlab, there are projects on visual studio c ++, where and how to create a gitignor file so that any slag is not compressed for a long time and sent?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey〒., 2021-08-23
@Gremlin92

https://gitignore.io
https://github.com/github/gitignore

S
Steve, 2021-08-25
@CenterJoin

You create a .gitignore file in the directory where you want to ignore files and write what to ignore, like:

.env
/public/bundles/
/var/
/vendor/
.idea/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question