I'm new to Git and have done some work on some .scss files which compile into .css files with Gulp.
I've done my work and am now ready to push my altered files to Github. However, I see 3 untracked files when I do git status
: a log, a .js and a .scss.
How did these files get marked as untracked? I thought I had to specify that myself.