Reputation: 273
i a new git user. When i created a project, there was some files which said to be tracked. I want to remove them from tracked files list not from project itself. Please, help me.
Upvotes: 0
Views: 81
Reputation: 18021
Create .gitignore
file for this with the files to be ignored listed there.
Important:
Upvotes: 2