Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • I thought they had not pushed yet? These files look previously untracked? Commented Jan 27, 2021 at 11:12
  • I have a .gitignore file already, how do I put those files there? Because I have done a system search, I cannot even find the location of those unwanted files on my machine Commented Jan 27, 2021 at 11:14
  • Thanks, I've added something to the bottom to explain this :) Commented Jan 27, 2021 at 11:14
  • @TheOtterlord the files are not pushed yet, they are all in my local machine Commented Jan 27, 2021 at 11:14
  • @SamBayo The gitignore just defined the paths of the files. Open the gitignore and add the path of the directories you don't want to include. Commented Jan 27, 2021 at 11:15