Quantcast
Viewing all articles
Browse latest Browse all 5189

Ignore file changes with Git

If a file is already tracked by Git, adding that file to your .gitignore is not enough to ignore changes to the file. You also need to remove the information about the file from Git's index: These steps will not delete the file from your system.

Viewing all articles
Browse latest Browse all 5189

Trending Articles