-3

I added few photos to my project .png and .svg, and for some reason (not in ignore file) they are getting into the untracked files list.

Is this any reason for it? How Git chooses the files to untrack?

Maroun
  • 94,125
  • 30
  • 188
  • 241
Avi Moraly
  • 29
  • 2
  • 6

1 Answers1

3

You have to add a new file to your project, by default new file are untrack.

git add 'myfile'
baddger964
  • 1,199
  • 9
  • 18