A
A
Alexander2015-04-22 21:01:54
git
Alexander, 2015-04-22 21:01:54

How to exclude all images on the first push?

How to exclude all images on the first push? Don't track them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor, 2015-04-22
@Dil0ng

On first commit.
There is such a .gitignore file. You throw it in the root of the repository and in it, for example:
*.png
*.jpg
*.gif
Then files with this extension will not appear as untracked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question