What are untracked files?
staged files that Git does not know about because the have not been committed
files in the local repository that have not been merged into the master branch
files in the remote repository that Git does not know about because they have not been tagged
files in the working directory that Git does not know about because they have not been staged or committed