Rustam
Rustam

Reputation: 273

how to remove files untracked files from git console

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

Answers (1)

Bizley
Bizley

Reputation: 18021

Create .gitignore file for this with the files to be ignored listed there.

Important:

Upvotes: 2

Related Questions