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